mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
Fix QA test
This commit is contained in:
parent
80f5c54f9f
commit
bde1766ce9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/qa-main.yml
vendored
2
.github/workflows/qa-main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue