Skip to content

Commit 02ae65a

Browse files
committed
✏️ Add one more property setting to avoid the issue *FailFast: cancelling since parallel instance has failed* in GA CI workflow.
1 parent 60261f1 commit 02ae65a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/rw_poetry_run_test_with_multi_py_versions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
python-version: [3.8,3.9,'3.10','3.11']
7474
os: [ubuntu-latest,ubuntu-20.04,macos-latest,macos-13]
7575
test-path: ${{fromJson(inputs.all_test_items_paths)}}
76+
fail-fast: false # Fix issue in GitHub Action: FailFast: cancelling since parallel instance has failed
7677

7778
uses: ./.github/workflows/rw_poetry_run_test.yaml
7879
with:

.github/workflows/rw_run_test_with_multi_py_versions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
- os: macos-latest # Issue: The version '3.7' with architecture 'arm64' was not found for macOS 14.4.1.
7777
python-version: 3.7
7878
test-path: ${{fromJson(inputs.all_test_items_paths)}}
79+
fail-fast: false # Fix issue in GitHub Action: FailFast: cancelling since parallel instance has failed
7980

8081
uses: ./.github/workflows/rw_run_test.yaml
8182
with:

0 commit comments

Comments
 (0)