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 f4eb586 commit b8cf018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

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

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

0 comments on commit b8cf018

Please sign in to comment.