Skip to content

Commit

Permalink
ci: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrau1801 committed May 25, 2024
1 parent d9f9c4e commit f4eb586
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'

- name: Install dependencies
run: yarn install
working-directory: Lyve/apps/api
working-directory: ./apps/api/**

- name: Run unit tests
run: yarn test-unit
working-directory: Lyve/apps/api
working-directory: ./apps/api/**

0 comments on commit f4eb586

Please sign in to comment.