Skip to content

Commit 867654e

Browse files
committed
dev7
1 parent 8b74610 commit 867654e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nx-affected.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: yarn install
2525
- name: Run Affected Tests
2626
shell: bash
27-
run: yarn affected:test -- --parallel -- --ci --code-coverage
27+
run: yarn affected:test -- --base=remotes/origin/master --head=HEAD
2828
- name: Deploy to Netlify
2929
shell: bash
3030
run: NETLIFY_TOKEN=tHInavUB4ywYxyyFWCxUd0N0OvBLJ5xCoSFjtxTZ310 yarn affected:deploy --base=remotes/origin/master --head=HEAD

0 commit comments

Comments
 (0)