We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e5e75 commit 6be628eCopy full SHA for 6be628e
.github/workflows/build.yml
@@ -81,7 +81,7 @@ jobs:
81
run: node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless
82
83
- name: Run MERIT functional tests
84
- run: ./src/main/scripts/runFunctionalTests.sh chromeHeadless /tmp/ecodata feature/issue3430
+ run: ./src/main/scripts/runFunctionalTests.sh
85
env:
86
GPR_USER: ${{env.GITHUB_ACTOR}}
87
GPR_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments