Skip to content

Commit 4343748

Browse files
committed
ci: temp disable
1 parent c5c3070 commit 4343748

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/test/action.yml

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

1313
- name: Lint
1414
shell: bash
15-
run: npx nx affected:lint --base=last-release --exclude=website
15+
run: npx nx affected:lint --base=last-release
1616

17-
- name: Test
18-
shell: bash
19-
run: npx nx affected --target=ct --base=last-release
17+
# - name: Test
18+
# shell: bash
19+
# run: npx nx affected --target=ct --base=last-release
2020

2121
# - name: E2E Tests
2222
# shell: bash

0 commit comments

Comments
 (0)