mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Don't fail tests if GitHub API doesn't return the expected response in CI (#21791)
This commit is contained in:
3
.github/workflows/test-go.yml
vendored
3
.github/workflows/test-go.yml
vendored
@@ -277,8 +277,9 @@ jobs:
|
||||
- name: Fetch job logs URL
|
||||
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
|
||||
if: success() || failure()
|
||||
continue-on-error: true
|
||||
with:
|
||||
retries: 3
|
||||
retries: 10
|
||||
script: |
|
||||
const fs = require("fs");
|
||||
const result = await github.rest.actions.listJobsForWorkflowRun({
|
||||
|
||||
Reference in New Issue
Block a user