Skip to content

Commit

Permalink
bring back prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Sep 18, 2023
1 parent 65ea97b commit 611b862
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/prepare
with:
node: ${{ env.NODE_VERSION }}
cache: ${{ env.CACHE_KEY }}

- run: npm test

- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # [email protected]
Expand Down

0 comments on commit 611b862

Please sign in to comment.