We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5cb54 commit 29fa519Copy full SHA for 29fa519
…o-build-publish-and-job-summary-test.yml .github/workflows/auto-build-publish.yml.github/workflows/auto-build-publish-and-job-summary-test.yml renamed to .github/workflows/auto-build-publish.yml
@@ -84,13 +84,4 @@ jobs:
84
- name: Add npm modules to local build-info
85
run: |
86
jf npm-config --repo-resolve npm-remote
87
- jf npm install
88
-
89
- - name: Validate job summary was written (sanity check)
90
- shell: bash
91
- run: |
92
- if [ ! -s "$GITHUB_STEP_SUMMARY" ]; then
93
- echo "❌ Job summary file is empty!"
94
- exit 1
95
- fi
96
- echo "✅ Job summary written!"
+ jf npm install
.github/workflows/oidc-integration-test.yml
@@ -146,7 +146,7 @@ jobs:
146
147
cleanup-oidc-integration:
148
needs: oidc-test
149
- if: always()
+ if: success() || failure()
150
strategy:
151
matrix:
152
include:
0 commit comments