Skip to content

Commit 7894246

Browse files
committed
Remove deprecated wait_for_completion parameter and rebuild dist
- Removed wait_for_completion from all 5 test cases in workflow - Action now always waits for task completion (no longer optional) - Rebuilt dist/index.js from src/index.js using ncc build - Fixes GitHub Actions workflow test failures
1 parent 9e097cc commit 7894246

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/test.yml

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

8079
- name: Display submission result
8180
run: |
@@ -116,7 +115,6 @@ jobs:
116115
changeset_file: changesets/test-queue.yaml
117116
environment: Development
118117
validate_before_execute: false
119-
wait_for_completion: false
120118
continue-on-error: true
121119

122120
- name: Display result
@@ -201,7 +199,6 @@ jobs:
201199
base_url: https://your-company.inprod.io
202200
changeset_file: changesets/wait-test.yaml
203201
environment: Development
204-
wait_for_completion: true
205202
polling_timeout_minutes: 5
206203

207204
- name: Display execution result
@@ -253,7 +250,6 @@ jobs:
253250
base_url: https://test.inprod.io
254251
changeset_file: changesets/minimal.yaml
255252
validate_before_execute: false
256-
wait_for_completion: false
257253
continue-on-error: true
258254

259255
- name: Test with timeout configuration
@@ -264,7 +260,6 @@ jobs:
264260
base_url: https://test.inprod.io
265261
changeset_file: changesets/timeout-test.yaml
266262
validate_before_execute: false
267-
wait_for_completion: false
268263
polling_timeout_minutes: 30
269264
continue-on-error: true
270265

0 commit comments

Comments
 (0)