Skip to content

Commit 05aa91d

Browse files
committed
ci: fix test action
1 parent 768cc4e commit 05aa91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ runs:
1212

1313
- name: Lint
1414
shell: bash
15-
run: pnpx nx affected:lint --base=last-release
15+
run: pnpx nx affected:lint --base=last-release --exclude="add-nx-to-qwik,create-qwik-nx"
1616

1717
- name: Build
1818
shell: bash
19-
run: pnpx nx affected:build --base=last-release
19+
run: pnpx nx affected:build --base=last-release --exclude="add-nx-to-qwik,create-qwik-nx"
2020

2121
# - name: Test
2222
# shell: bash

0 commit comments

Comments
 (0)