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 6868 steps :
6969 - uses : actions/checkout@v4
7070 - 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
8671 clang-format :
8772 if : ${{ github.event_name == 'pull_request' }}
8873 runs-on : ubuntu-latest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments