Skip to content

Commit

Permalink
fix: fix ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Nov 20, 2023
1 parent 0a5217e commit f3e73c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run nx -- affected:build
- run: npm run nx -- affected:test --parallel=1
- run: npm run nx -- affected:build --base=origin/main --head=HEAD
- run: npm run nx -- affected:test --parallel=1 --base=origin/main --head=HEAD

0 comments on commit f3e73c6

Please sign in to comment.