Skip to content

Commit

Permalink
Fix build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika committed Jul 18, 2024
1 parent 64a6f79 commit 63c4a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s4hana-trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build -x test -x :${{ inputs.hana-connector-group }}-examples:build -x:${{ inputs.hana-connector-group }}-sanitations:build
run: ./gradlew build -x test -x :${{ inputs.hana-connector-group }}-examples:build -x:${{ inputs.hana-connector-group }}-sanitation:build

- name: Create lib Directory if not Exists
run: |
Expand Down

0 comments on commit 63c4a80

Please sign in to comment.