Skip to content

Commit 6567a72

Browse files
authored
Update ci_pr_tests.yml
1 parent efadba2 commit 6567a72

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci_pr_tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@ name: Tests
22

33
on: pull_request
44

5+
# This allows a subsequently queued workflow run to interrupt previous runs
6+
concurrency:
7+
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
8+
cancel-in-progress: true
9+
510
jobs:
611
tests:
712
name: Run Tests
813
runs-on: macos-13
9-
# env:
10-
# DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
14+
env:
15+
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
1116
steps:
1217
- name: Checkout the Git repository
1318
uses: actions/checkout@v3

0 commit comments

Comments
 (0)