We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c3070 commit 4343748Copy full SHA for 4343748
.github/actions/test/action.yml
@@ -12,11 +12,11 @@ runs:
12
13
- name: Lint
14
shell: bash
15
- run: npx nx affected:lint --base=last-release --exclude=website
+ run: npx nx affected:lint --base=last-release
16
17
- - name: Test
18
- shell: bash
19
- run: npx nx affected --target=ct --base=last-release
+ # - name: Test
+ # shell: bash
+ # run: npx nx affected --target=ct --base=last-release
20
21
# - name: E2E Tests
22
# shell: bash
0 commit comments