Skip to content

Commit

Permalink
bytter extension for cypress.config til js
Browse files Browse the repository at this point in the history
  • Loading branch information
di0nys1us committed Oct 17, 2024
1 parent ed691a9 commit e9cfe90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
start: npm run dev
wait-on: 'http://ip6-localhost:3001'
working-directory: client
config-file: cypress.config.ts
config-file: cypress.config.js
record: false
parallel: true
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
start: npm run dev
wait-on: 'http://ip6-localhost:3001'
working-directory: client
config-file: cypress.config.ts
config-file: cypress.config.js
record: false
- name: Last opp artefakt
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e9cfe90

Please sign in to comment.