Skip to content

Commit

Permalink
disable affected test
Browse files Browse the repository at this point in the history
  • Loading branch information
stkevintan committed Jan 13, 2024
1 parent e4b8f1b commit b825d96
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@ jobs:
node-version: 20
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
- uses: nrwl/nx-set-shas@v4
- run: |
echo "BASE: ${{ env.NX_BASE }}"
echo "HEAD: ${{ env.NX_HEAD }}"
# - uses: nrwl/nx-set-shas@v4
# - run: |
# echo "BASE: ${{ env.NX_BASE }}"
# echo "HEAD: ${{ env.NX_HEAD }}"
# This line is needed for nx affected to work when CI is running on a PR
# - run: git branch --track main origin/main

- run: pnpm nx format:check
- run: pnpm nx affected -t lint,test,build --parallel=3 --exclude='tag:wip'
# - run: pnpm nx affected -t lint,test,build --parallel=3 --exclude='tag:wip'
- run: pnpm nx run-many -t lint,test,build --parallel=3
- name: Publish
shell: pwsh
run: |
Expand Down

0 comments on commit b825d96

Please sign in to comment.