Skip to content

Commit

Permalink
Fix typo where CI tests were never run in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Mar 21, 2024
1 parent 733a175 commit 3840948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
spec: |
./cypress/e2e/sampleTablePage.cy.js
./cypress/e2e/editPage.cy.js
browser: "electron"
browser: "chrome"
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

Expand Down

0 comments on commit 3840948

Please sign in to comment.