Skip to content

Commit

Permalink
add folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmanrique committed May 31, 2024
1 parent 192d5a9 commit 73e3a2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
with:
fetch-depth: 0
- name: Install dependencies
run: yarn
run: |
cd node
yarn
- name: Test and coverage
run: |
cd node
Expand Down

0 comments on commit 73e3a2a

Please sign in to comment.