Skip to content

Commit

Permalink
Retrying functional tests #3401
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 7, 2025
1 parent 5f7c662 commit c62ad37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c62ad37

Please sign in to comment.