Skip to content

Commit 7969f7a

Browse files
committed
ci: Debug ci
1 parent f35f33a commit 7969f7a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ jobs:
1818
- name: Get git hash
1919
run: |
2020
echo "COMMIT=$(echo ${$(git log --grep="chore(release): publish" --date-order --max-count=1 --pretty=format:"%h")})"
21-
- 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=${COMMIT} --head=origin/master
22-
- run: npx nx affected -t upload-badge --parallel=3 --exclude='json-api-front,json-api-server,shared-utils,json-api-server-e2e,json-shared-type,database,@nestjs-json-api/source' --base=${COMMIT} --head=origin/master
21+
- run: |
22+
git log --grep="chore(release): publish"
23+
- name: Test and build
24+
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=${COMMIT} --head=origin/master
25+
- name: Upload test coverage badge
26+
run: npx nx affected -t upload-badge --parallel=3 --exclude='json-api-front,json-api-server,shared-utils,json-api-server-e2e,json-shared-type,database,@nestjs-json-api/source' --base=${COMMIT} --head=origin/master
2327
env:
2428
GIST_SECRET: ${{ secrets.GIST_SECRET }}
2529
GIST_ID: ${{ secrets.GIST_ID }}

0 commit comments

Comments
 (0)