We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9715df9 commit 3a780b9Copy full SHA for 3a780b9
1 file changed
.github/workflows/pull-request.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Run Tests
33
env:
34
- FORCE_COLOR: "true"
+ FORCE_COLOR: 'true'
35
BASE_REF: ${{ github.event.pull_request.base.ref }}
36
run: |
37
yarn nx affected:test --base=origin/$BASE_REF --ci --code-coverage --parallel --max-parallel=3
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Code Quality Check
65
66
67
68
69
yarn nx affected:lint --base=origin/$BASE_REF --parallel --max-parallel=3
0 commit comments