Skip to content

Commit

Permalink
fix: add continue-on-error to reusable wf (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolasinski-splunk authored Sep 26, 2023
1 parent 07b89a1 commit 9f6fa1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ jobs:
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
- name: run-tests
id: run-tests
continue-on-error: true
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected]
Expand Down Expand Up @@ -1297,6 +1298,7 @@ jobs:
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
- name: run-tests
id: run-tests
continue-on-error: true
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected]
Expand Down Expand Up @@ -1499,6 +1501,7 @@ jobs:
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
- name: run-tests
id: run-tests
continue-on-error: true
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected]
Expand Down Expand Up @@ -1720,6 +1723,7 @@ jobs:
echo "test-arg=$TEST_ARG_M" >> "$GITHUB_OUTPUT"
- name: run-tests
id: run-tests
continue-on-error: true
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected]
Expand Down Expand Up @@ -1939,6 +1943,7 @@ jobs:
} >> "$GITHUB_OUTPUT"
- name: run-tests
id: run-tests
continue-on-error: true
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected]
Expand Down Expand Up @@ -2153,6 +2158,7 @@ jobs:
} >> "$GITHUB_OUTPUT"
- name: run-tests
id: run-tests
continue-on-error: true
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/[email protected]
Expand Down Expand Up @@ -2371,6 +2377,7 @@ jobs:
} >> "$GITHUB_OUTPUT"
- name: run-tests
id: run-tests
continue-on-error: true
if: ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' }}
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
Expand Down

0 comments on commit 9f6fa1b

Please sign in to comment.