Skip to content

Commit 52ade84

Browse files
committed
ci: Debug ci
1 parent 05e8d0b commit 52ade84

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/bump-version.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,17 @@ jobs:
1919
run: |
2020
COMMIT=$(git show-ref --tags --hash | tail -n 1)
2121
echo "NX_BASE=$(echo ${COMMIT})" >> $GITHUB_ENV
22+
- name: Set GIST_SECRET to env
23+
run: |
24+
echo "GIST_SECRET=${{ secrets.GIST_SECRET }}" >> $GITHUB_ENV
25+
echo "GIST_ID=${{ secrets.GIST_ID }}" >> $GITHUB_ENV
2226
- name: Test and build
2327
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'
2428
- name: Upload test coverage badge
2529
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'
26-
env:
27-
GIST_SECRET: ${{ secrets.GIST_SECRET }}
28-
GIST_ID: ${{ secrets.GIST_ID }}
30+
# env:
31+
# GIST_SECRET: ${{ secrets.GIST_SECRET }}
32+
# GIST_ID: ${{ secrets.GIST_ID }}
2933
# - run: npm nx affected -t e2e-ci --parallel=1
3034
# - run: npm nx affected -t deploy --no-agents
3135

0 commit comments

Comments
 (0)