Skip to content

Commit cfbd3d2

Browse files
committed
Add pytest for Fabric2.x
Signed-off-by: Cristian Le <[email protected]>
1 parent 42237d1 commit cfbd3d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ jobs:
1818

1919
pytest:
2020
name: Run pytests
21-
runs-on: ubuntu-latest
21+
runs-on: ${{ matrix.os }}
2222
needs: [ pre-commit ]
2323
strategy:
2424
matrix:
25+
os: [ubuntu-20.04, ubuntu-latest]
2526
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
27+
fail-fast: false
2628
steps:
2729
- uses: actions/checkout@v3
2830
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)