Skip to content

Commit

Permalink
👷
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandortec committed Apr 9, 2024
1 parent 013fe98 commit dcdfa9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Run Unit Tests

runs-on: [push]
on: [push]

jobs:
run-unit-tests:
name: Run unit tests
name: Run Unit Tests
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
cache: 'pnpm'
- run: pnpm i
- run: pnpm run test

0 comments on commit dcdfa9f

Please sign in to comment.