Skip to content

Commit

Permalink
Testing concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Jan 24, 2024
1 parent 381fd2e commit 60a4685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pyatlan-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ 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 60a4685

Please sign in to comment.