Skip to content

Commit afce1a9

Browse files
committed
Add continue-on-error: true to all action test steps
- Added to 'Submit changeset (no wait)' step - Added to 'Validate changeset only' step - Added to 'Execute changeset with wait' step - Allows test job to continue even when API calls fail with placeholder credentials - Expected to fail with 'Submitting changeset for execution...' error since base_url is not real - Tests validate action structure and error handling, not actual API connectivity
1 parent a08fccb commit afce1a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
base_url: https://your-company.inprod.io
7676
changeset_file: changesets/test-queue.yaml
7777
validate_before_execute: false
78+
continue-on-error: true
7879

7980
- name: Display submission result
8081
run: |
@@ -158,6 +159,7 @@ jobs:
158159
environment: Development
159160
validate_only: true
160161
polling_timeout_minutes: 5
162+
continue-on-error: true
161163

162164
- name: Display validation result
163165
run: |
@@ -200,6 +202,7 @@ jobs:
200202
changeset_file: changesets/wait-test.yaml
201203
environment: Development
202204
polling_timeout_minutes: 5
205+
continue-on-error: true
203206

204207
- name: Display execution result
205208
run: |

0 commit comments

Comments
 (0)