-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3391 from AtlasOfLivingAustralia/dev
Preparing v4.1
- Loading branch information
Showing
128 changed files
with
110,540 additions
and
18,802 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 |
---|---|---|
|
@@ -80,11 +80,11 @@ jobs: | |
- name: Run javascript unit tests | ||
run: node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless | ||
|
||
- name: Run MERIT functional tests | ||
run: ./src/main/scripts/runFunctionalTests.sh | ||
env: | ||
GPR_USER: ${{env.GITHUB_ACTOR}} | ||
GPR_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
# - name: Run MERIT functional tests | ||
# run: ./src/main/scripts/runFunctionalTests.sh | ||
# env: | ||
# GPR_USER: ${{env.GITHUB_ACTOR}} | ||
# GPR_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
|
||
- name: Clean to remove clover instrumentation | ||
uses: gradle/[email protected] | ||
|
Oops, something went wrong.