Skip to content

Commit

Permalink
install nx before trying to use nx in frontend test action
Browse files Browse the repository at this point in the history
Signed-off-by: Kaden Emley <[email protected]>
  • Loading branch information
kemley76 committed Jul 30, 2024
1 parent 8796c90 commit 70d4ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: rm -rf apps/backend

- name: Install frontend dev dependencies
run: yarn frontend install --frozen-lockfile
run: yarn workspace @mitre/heimdall-lite install --frozen-lockfile

- name: Run frontend tests
run: yarn frontend test
Expand Down

0 comments on commit 70d4ba8

Please sign in to comment.