Skip to content

Commit 2706334

Browse files
committed
replace test run with build
1 parent 74b0415 commit 2706334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
- name: Install dependencies
3737
run: npm ci
3838

39-
- name: Run tests
40-
run: npx nx run-many -t test --configuration=ci
39+
- name: Run build
40+
run: npx nx run-many -t build

0 commit comments

Comments
 (0)