Skip to content

Commit

Permalink
add name
Browse files Browse the repository at this point in the history
  • Loading branch information
heckenmann authored Nov 18, 2023
1 parent 2b24ce6 commit 32b0428
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Cypress

env:
NODE_VERSION: 20
WORKING_DIRECTORY: ./app-src
Expand Down Expand Up @@ -28,4 +30,4 @@ jobs:
install-command: yarn --frozen-lockfile
command: yarn run cy:run
wait-on: 'http://localhost:3000'
browser: chrome, firefox, edge
browser: chrome, firefox, edge

0 comments on commit 32b0428

Please sign in to comment.