Skip to content

Commit

Permalink
actions error
Browse files Browse the repository at this point in the history
  • Loading branch information
SanaBob committed Jan 18, 2024
1 parent 0b229ac commit 91da605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
name: Cypress
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: actions/checkout@v4
run: yarn
- uses: cypress-io/github-action@v6
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
Expand All @@ -20,8 +20,8 @@ jobs:
name: Jest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: actions/checkout@v4
run: yarn
- name: Run tests
run: npm run test

0 comments on commit 91da605

Please sign in to comment.