Skip to content

Commit 6026466

Browse files
authored
Merge pull request #22 from pytest-dev/disable-fail-fast/1/dev
Disable fail-fast in Github Actions configuration
2 parents 8cb64d9 + 6a11a1d commit 6026466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
# Not all Python versions are avalaible for linux AND x64
1313
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1414
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
15+
fail-fast: false
1516

1617
steps:
1718
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)