-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,11 +86,11 @@ jobs: | |
- name: Run javascript unit tests | ||
run: node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless | ||
|
||
- name: Run BioCollect functional tests | ||
run: ./src/main/scripts/runFunctionalTests.sh chromeHeadless /tmp/ecodata feature/cognito | ||
env: | ||
GITHUB_ACTOR: ${{env.GITHUB_ACTOR}} | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
# - name: Run BioCollect functional tests | ||
# run: ./src/main/scripts/runFunctionalTests.sh chromeHeadless /tmp/ecodata feature/cognito | ||
# env: | ||
# GITHUB_ACTOR: ${{env.GITHUB_ACTOR}} | ||
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
|
||
- name: Clean to remove clover instrumentation | ||
uses: gradle/[email protected] | ||
|