Skip to content

Commit

Permalink
Validation for jfrog
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzakaracic committed Nov 18, 2024
1 parent 6a1b221 commit e6b44dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
- name: Build
run: mvn install

- name: Test
working-directory: test
run: mvn test -DskipTests=false
#- name: Test
# working-directory: test
# run: mvn test -DskipTests=false

- name: Upload to JFrog
if: ${{ !cancelled() && inputs.upload-artifacts == true }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-open-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
branch: ${{ github.ref }}
source-branch: ${{ inputs.source-branch || github.base_ref }}
upload-artifacts: true
secrets: inherit

test-with-server-rc:
Expand All @@ -29,4 +30,5 @@ jobs:
branch: ${{ github.base_ref || inputs.branch }}
source-branch: ${{ inputs.source-branch || github.base_ref }}
use-server-rc: true
upload-artifacts: true
secrets: inherit

0 comments on commit e6b44dd

Please sign in to comment.