Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarov-frontend committed Nov 29, 2023
1 parent 3a3dbdc commit 0494c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Testing
uses: cypress-io/github-action@v5
with:
start: npm run start
start: npm run dev
deploy:
runs-on: ubuntu-latest
needs: cypress
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Testing
uses: cypress-io/github-action@v5
with:
start: npm run start
start: npm run dev

0 comments on commit 0494c80

Please sign in to comment.