Skip to content

Commit

Permalink
Update git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Sep 13, 2023
1 parent ce24bf5 commit da37229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit da37229

Please sign in to comment.