Skip to content

Commit

Permalink
Merge pull request #231 from atlanhq/testing-concurrency
Browse files Browse the repository at this point in the history
Fixes parallel testing concurrency
  • Loading branch information
ErnestoLoma authored Jan 24, 2024
2 parents 381fd2e + 71845f4 commit 48b4892
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pyatlan-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
fail-fast: false
matrix:
test_file: ${{fromJson(needs.qa-checks-and-unit-tests.outputs.files)}}
concurrency:
group: ${{ matrix.test_file }}

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 48b4892

Please sign in to comment.