Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Sep 18, 2023
1 parent e8355d6 commit 110abcc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/prepare
with:
node: ${{ env.NODE_VERSION }}
cache: ${{ env.CACHE_KEY }}
- run: npm ci
- run: npm run install:example
- run: npm run build
- run: npm run build:test

- run: npm test

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

0 comments on commit 110abcc

Please sign in to comment.