Skip to content

Commit

Permalink
Add back install command & run on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Dec 5, 2023
1 parent 70e7a00 commit 53b03e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
uses: cypress-io/github-action@v6
with:
working-directory: centrifuge-app
install-command: ''
install-command: yarn
command: yarn e2e:run:ci
browser: chrome
browser: firefox
config-file: synpress.config.ts
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
env:
Expand Down

0 comments on commit 53b03e2

Please sign in to comment.