Skip to content

Commit ad788c9

Browse files
committed
Start tmate session
1 parent 7fbfd42 commit ad788c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/integration-tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
macos: [macos-10.15, macos-11]
33-
command: [download, search]
32+
macos: [macos-10.15]
33+
command: [download]
3434
steps:
3535
- name: Download binary
3636
uses: actions/download-artifact@v2
@@ -45,3 +45,5 @@ jobs:
4545
run: |
4646
cp $(brew --prefix)/opt/swift/Swift-5.5.xctoolchain/usr/lib/swift-5.5/macosx/libswift_Concurrency.dylib /usr/lib/swift/libswift_Concurrency.dylib
4747
./ipatool-current/ipatool ${{ matrix.command }} --help
48+
- uses: mxschmitt/action-tmate@v3
49+
if: ${{ failure() }}

0 commit comments

Comments
 (0)