Skip to content

Commit

Permalink
matrix fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Apr 22, 2022
1 parent 5d3c9e9 commit 2815cb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: tests
name: quick test

on:
push:
branches-ignore:
- main
paths:
- '**.py'
- '.github/workflows/tests_simple.yml'
- '.github/workflows/quick_test.yml'
- 'pyproject.toml'

jobs:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: oitnb . --check
test:
needs: lint
name: test
name: quick test
runs-on: ubuntu-latest
steps:
- name: clone repository
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
name: test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.x' ]
python-version: [ '3.7', '3.8', '3.9', '3.x' ]
exclude:
- os: macos-latest
python-version: '3.x'
Expand Down

0 comments on commit 2815cb7

Please sign in to comment.