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 1619b4f commit cc4a2d8Copy full SHA for cc4a2d8
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
- run: unset _JAVA_OPTIONS
59
60
- name: Run tests
61
- run: sudo ../scripts/testApp.sh
+ run: sudo -E ../scripts/testApp.sh
62
63
- name: Post tests
64
if: always()
0 commit comments