Skip to content

Commit

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

0 comments on commit bd6482b

Please sign in to comment.