Skip to content

Commit

Permalink
ref: fix unit test workflow command
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Sep 16, 2024
1 parent d22e2b6 commit 04bb7bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:
cache-dependency-path: ${{ github.workspace }}/yarn.lock
- name: Check SHA
uses: nrwl/nx-set-shas@v3
id: sha
with:
main-branch-name: 'master'
- name: Install Dependencies
run: yarn
- name: Build
run: yarn build:dev
- name: Run Unit tests
run: yarn test:ci
run: yarn test:unit

0 comments on commit 04bb7bd

Please sign in to comment.