Skip to content

Commit 769d5df

Browse files
committed
ci: remove conditional checks
1 parent 2ce8e7f commit 769d5df

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212

1313
jobs:
1414
format:
15-
if: false
1615
runs-on: ubuntu-latest
1716
name: Format check
1817
steps:
@@ -33,7 +32,6 @@ jobs:
3332
run: npx nx format:check
3433

3534
lint:
36-
if: false
3735
runs-on: ubuntu-latest
3836
name: Linter
3937
steps:
@@ -54,7 +52,6 @@ jobs:
5452
run: npx nx affected -t lint --parallel=3
5553

5654
unit-test:
57-
if: false
5855
strategy:
5956
fail-fast: false
6057
matrix:
@@ -79,7 +76,6 @@ jobs:
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:

0 commit comments

Comments
 (0)