Skip to content

Commit

Permalink
ci: fix running affected tests for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-sa committed Sep 29, 2023
1 parent 1af0cfe commit dd16eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- run: pnpm run install-compiler

- name: Run affected tests for packages
run: pnpm nx affected:test --configuration=ci --exclude='*,!tag:package,tag:database'
run: pnpm nx affected:test --configuration=ci --exclude='tag:example,tag:database'

test-examples:
runs-on: buildjet-2vcpu-ubuntu-2004
Expand Down

0 comments on commit dd16eb2

Please sign in to comment.