Skip to content

Commit

Permalink
Update GitHub build workflow to use dev for ecodata integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-brinkman committed Jul 29, 2024
1 parent f504b79 commit 417e361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
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 master
run: ./src/main/scripts/runFunctionalTests.sh chromeHeadless /tmp/ecodata dev
env:
GITHUB_ACTOR: ${{env.GITHUB_ACTOR}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 417e361

Please sign in to comment.