Skip to content

Commit 0c95834

Browse files
committed
Fix GitHub workflow template.
1 parent c302f81 commit 0c95834

22 files changed

+22
-22
lines changed

tests/test_files/test_ci_cd_/test_github_ci_case_1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
name: "Python ${{ matrix.config.python-version }}"
1313
runs-on: "windows-2019"
14-
continue-on-error: ${{ matrix.experimental }}
14+
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
1616
USING_COVERAGE: '3.6,3.7'
1717

tests/test_files/test_ci_cd_/test_github_ci_case_2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
name: "Python ${{ matrix.config.python-version }}"
1313
runs-on: "macos-latest"
14-
continue-on-error: ${{ matrix.experimental }}
14+
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
1616
USING_COVERAGE: '3.6,3.7'
1717

tests/test_files/test_ci_cd_/test_github_ci_windows_38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
name: "Python ${{ matrix.config.python-version }}"
1313
runs-on: "macos-latest"
14-
continue-on-error: ${{ matrix.experimental }}
14+
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
1616
USING_COVERAGE: '3.6,3.7'
1717

tests/test_files/test_ci_cd_/test_make_github_linux_case_1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
name: "Python ${{ matrix.config.python-version }}"
1313
runs-on: "ubuntu-20.04"
14-
continue-on-error: ${{ matrix.experimental }}
14+
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
1616
USING_COVERAGE: '3.6,3.7'
1717

tests/test_files/test_ci_cd_/test_make_github_linux_case_2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
name: "Python ${{ matrix.config.python-version }}"
1313
runs-on: "ubuntu-20.04"
14-
continue-on-error: ${{ matrix.experimental }}
14+
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
1616
USING_COVERAGE: '3.6,3.7'
1717

tests/test_files/test_ci_cd_/test_make_github_linux_case_3_False_False_False_False_.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
name: "Python ${{ matrix.config.python-version }}"
1313
runs-on: "ubuntu-20.04"
14-
continue-on-error: ${{ matrix.experimental }}
14+
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
1616
USING_COVERAGE: '3.6,3.7'
1717

tests/test_files/test_ci_cd_/test_make_github_linux_case_3_False_False_False_True_.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
name: "Python ${{ matrix.config.python-version }}"
1313
runs-on: "ubuntu-20.04"
14-
continue-on-error: ${{ matrix.experimental }}
14+
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
1616
USING_COVERAGE: '3.6,3.7'
1717

tests/test_files/test_ci_cd_/test_make_github_linux_case_3_False_False_True_False_.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
name: "Python ${{ matrix.config.python-version }}"
1313
runs-on: "ubuntu-20.04"
14-
continue-on-error: ${{ matrix.experimental }}
14+
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
1616
USING_COVERAGE: '3.6,3.7'
1717

tests/test_files/test_ci_cd_/test_make_github_linux_case_3_False_False_True_True_.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
name: "Python ${{ matrix.config.python-version }}"
1313
runs-on: "ubuntu-20.04"
14-
continue-on-error: ${{ matrix.experimental }}
14+
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
1616
USING_COVERAGE: '3.6,3.7'
1717

tests/test_files/test_ci_cd_/test_make_github_linux_case_3_False_True_False_False_.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
tests:
1212
name: "Python ${{ matrix.config.python-version }}"
1313
runs-on: "ubuntu-20.04"
14-
continue-on-error: ${{ matrix.experimental }}
14+
continue-on-error: ${{ matrix.config.experimental }}
1515
env:
1616
USING_COVERAGE: '3.6,3.7'
1717

0 commit comments

Comments
 (0)