Skip to content

Commit

Permalink
run firefox tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Aug 29, 2024
1 parent 4378537 commit 9517a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
load: true

- name: Run cypress
run: docker run --network host cypress-test test:browser:firefox
run: docker run --network host cypress-test test:browser:parallel:firefox

- name: Tear down iota sandbox
if: always()
Expand Down

0 comments on commit 9517a2b

Please sign in to comment.