Skip to content

Commit

Permalink
disallow parallel test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
ViStefan committed Oct 2, 2024
1 parent de70303 commit a4b123a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
test:
environment: integration_test
strategy:
max-parallel: 1
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/integration_test_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
test:
environment: integration_test
strategy:
max-parallel: 1
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a4b123a

Please sign in to comment.