File tree Expand file tree Collapse file tree 2 files changed +0
-46
lines changed
swift/actions/run-integration-tests Expand file tree Collapse file tree 2 files changed +0
-46
lines changed Original file line number Diff line number Diff line change 68
68
steps :
69
69
- uses : actions/checkout@v4
70
70
- uses : ./swift/actions/run-ql-tests
71
- integration-tests-linux :
72
- if : github.repository_owner == 'github'
73
- needs : build-and-test-linux
74
- runs-on : ubuntu-latest-xl
75
- steps :
76
- - uses : actions/checkout@v4
77
- - uses : ./swift/actions/run-integration-tests
78
- integration-tests-macos :
79
- if : ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
80
- needs : build-and-test-macos
81
- runs-on : macos-12-xl
82
- timeout-minutes : 60
83
- steps :
84
- - uses : actions/checkout@v4
85
- - uses : ./swift/actions/run-integration-tests
86
71
clang-format :
87
72
if : ${{ github.event_name == 'pull_request' }}
88
73
runs-on : ubuntu-latest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments