Skip to content

Commit

Permalink
added a sleep step as suggested in mxschmitt/action-tmate#1 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Apr 18, 2021
1 parent 7e3d056 commit b64a254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
- name: Sleep...
run: sleep 20
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: matrix.smalltalk == 'GemStone64-3.4.5'
Expand Down

0 comments on commit b64a254

Please sign in to comment.