Skip to content

Commit 29fa519

Browse files
authored
Fix Tests (jfrog#273)
1 parent ff5cb54 commit 29fa519

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/auto-build-publish-and-job-summary-test.yml renamed to .github/workflows/auto-build-publish.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,4 @@ jobs:
8484
- name: Add npm modules to local build-info
8585
run: |
8686
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!"
87+
jf npm install

.github/workflows/oidc-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
cleanup-oidc-integration:
148148
needs: oidc-test
149-
if: always()
149+
if: success() || failure()
150150
strategy:
151151
matrix:
152152
include:

0 commit comments

Comments
 (0)