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 10acae8 commit 32b09a3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Install dependencies
- name: Install dependencies
run: yarn
- uses: cypress-io/github-action@v6
name: Cypress run
with:
build: npm run build
start: npm start
browser: chrome

jest-run:
name: Jest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: yarn
- name: Run tests
run: npm run test

0 comments on commit 32b09a3

Please sign in to comment.