Skip to content

Commit

Permalink
Tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
benja-M-1 committed Nov 9, 2023
1 parent 9cf4699 commit 9592931
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ jobs:
strategy:
matrix:
os: [ ubuntu22_16cores_64gb ] #, macos-latest ]
timeout-minutes: 20
# timeout-minutes: 20
steps:
- uses: actions/checkout@v4

- name: Start Desktop
uses: ./start
timeout-minutes: 5

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Docker Desktop info
run: docker info

Expand Down

0 comments on commit 9592931

Please sign in to comment.