Skip to content

Commit

Permalink
define job order
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFerMa committed Oct 4, 2024
1 parent b1b029b commit 7e1b16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ permissions:
jobs:
lint:
name: PyLint
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -26,7 +25,7 @@ jobs:
make lint
test:
name: TestSuite
if: success()
needs: lint
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
Expand Down Expand Up @@ -74,6 +73,7 @@ jobs:
util/check_local_modifications.sh
integration-tests:
name: Integration tests
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7e1b16b

Please sign in to comment.