Skip to content

Commit

Permalink
Fix QA test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaversa committed Dec 16, 2024
1 parent 80f5c54 commit bde1766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,6 @@ jobs:
args: -Dsonar.scanner.internal.dumpToFile=./output.properties
- name: Assert truststore.p12 still exists, but it has been updated
run: |
[ ! -f "$SONAR_SSL_FOLDER/truststore.p12" ] || exit 1
[ -f "$SONAR_SSL_FOLDER/truststore.p12" ] || exit 1
TRUSTSTORE_P12_MOD_TIME_AFTER=$(stat -c %Y "$SONAR_SSL_FOLDER/truststore.p12")
[ "$TRUSTSTORE_P12_MOD_TIME_BEFORE" != "$TRUSTSTORE_P12_MOD_TIME_AFTER" ] || exit 1

0 comments on commit bde1766

Please sign in to comment.