Skip to content

Commit

Permalink
Fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
awaitlink committed Jun 22, 2024
1 parent a66a60b commit 07b7620
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install yarn
run: corepack enable
- name: Install dependencies
run: yarn install
run: yarn
- name: Test
run: yarn test --coverage
run: yarn test --coverage

0 comments on commit 07b7620

Please sign in to comment.