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 a21fbf4 commit 3a46580Copy full SHA for 3a46580
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
- run: unset _JAVA_OPTIONS
56
57
- name: Run tests
58
- run: sudo ../scripts/testApp.sh
+ run: sudo -E ../scripts/testApp.sh
59
60
- name: Post tests
61
if: always()
0 commit comments