File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 format :
15- if : false
1615 runs-on : ubuntu-latest
1716 name : Format check
1817 steps :
3332 run : npx nx format:check
3433
3534 lint :
36- if : false
3735 runs-on : ubuntu-latest
3836 name : Linter
3937 steps :
5452 run : npx nx affected -t lint --parallel=3
5553
5654 unit-test :
57- if : false
5855 strategy :
5956 fail-fast : false
6057 matrix :
7976 run : npx nx affected -t unit-test --parallel=3
8077
8178 integration-test :
82- if : false
8379 strategy :
8480 fail-fast : false
8581 matrix :
@@ -104,7 +100,6 @@ jobs:
104100 run : npx nx affected -t int-test --parallel=3
105101
106102 e2e :
107- if : false
108103 strategy :
109104 fail-fast : false
110105 matrix :
@@ -129,7 +124,6 @@ jobs:
129124 run : npx nx affected -t e2e-test --parallel=1
130125
131126 build :
132- if : false
133127 runs-on : ubuntu-latest
134128 name : Build
135129 steps :
You can’t perform that action at this time.
0 commit comments