We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b290f16 commit d6442a8Copy full SHA for d6442a8
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
java-version: 11
58
- run: unset _JAVA_OPTIONS
59
- name: Run tests
60
- run: sudo ../scripts/testApp.sh
+ run: sudo -E ../scripts/testApp.sh
61
- name: Post tests
62
if: always()
63
run: |
0 commit comments