Skip to content

Commit cb78c8e

Browse files
committed
fix gh action 3
1 parent 5c3f1d5 commit cb78c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
if: ${{ github.event_name == 'pull_request' }}
3535

3636
- run: npx nx format:check
37-
- run: npx nx affected -t lint test build
37+
- run: npx nx affected -t lint unit-test integration-test build

0 commit comments

Comments
 (0)