Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu authored Dec 13, 2023
1 parent 722ab0e commit 8ae78e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
- push
- pull_request
jobs:
install:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -13,5 +13,5 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: pnpm ci
- run: pnpm i
- run: pnpm test

0 comments on commit 8ae78e3

Please sign in to comment.