Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdcodus authored Apr 4, 2024
1 parent 7eda671 commit db093c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/checkout@v3
- name: Check package-lock.json
run: ls -la ./grass-diary/

- name: Install dependencies
run: npm ci
working-directory: ./grass-diary/
- name: Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit db093c2

Please sign in to comment.