Skip to content

Commit

Permalink
Setup Node.js and install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luisherranz committed Jun 10, 2024
1 parent a50eeb2 commit 19a7f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ jobs:
with:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Setup Node.js and install dependencies
uses: ./.github/setup-node

- name: Run the types tests
run: npm run test:types

Expand Down

0 comments on commit 19a7f0b

Please sign in to comment.