Skip to content

Commit

Permalink
cypress pipline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sojinantony01 committed Apr 30, 2024
1 parent e4aba0b commit 0b45ded
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start

- name: Build
run: npm run react-build
Expand Down

0 comments on commit 0b45ded

Please sign in to comment.