Skip to content

Commit 39e652e

Browse files
committed
ci: Debug ci
1 parent 87ae6be commit 39e652e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- name: Npm install
1717
uses: ./.github/actions
18-
- run: npx nx affected -t lint test build --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,shared-utils,json-shared-type,database,@nestjs-json-api/source' --base=origin/master~1 --head=origin/master
18+
- run: npx nx affected -t test build --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,json-shared-type,database,@nestjs-json-api/source' --base=origin/master~1 --head=origin/master
1919
# - run: npm nx affected -t e2e-ci --parallel=1
2020
# - run: npm nx affected -t deploy --no-agents
2121

0 commit comments

Comments
 (0)