-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: greg pereira <[email protected]>
- Loading branch information
1 parent
9939d3b
commit 934db7e
Showing
2 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,20 +96,13 @@ jobs: | |
|
||
- name: Wait for 4 minutes | ||
run: sleep 240 | ||
|
||
# - name: Setup tmate session | ||
# uses: mxschmitt/[email protected] | ||
# timeout-minutes: 20 | ||
# with: | ||
# detached: true | ||
# limit-access-to-actor: false | ||
|
||
- name: Setup tmate session | ||
uses: mxschmitt/[email protected] | ||
timeout-minutes: 60 | ||
with: | ||
detached: true | ||
limit-access-to-actor: false | ||
detached: false | ||
limit-access-to-actor: true | ||
|
||
- name: Run tests | ||
run: | | ||
|
@@ -124,13 +117,13 @@ jobs: | |
ANSIBLE_CONFIG: ./main/training/tests/ansible.cfg | ||
|
||
# This should exist in the final workflow | ||
- name: Setup tmate session | ||
if: ${{ failure() }} | ||
uses: mxschmitt/[email protected] | ||
timeout-minutes: 15 | ||
with: | ||
detached: true | ||
limit-access-to-actor: false | ||
# - name: Setup tmate session | ||
# if: ${{ failure() }} | ||
# uses: mxschmitt/[email protected] | ||
# timeout-minutes: 15 | ||
# with: | ||
# detached: true | ||
# limit-access-to-actor: false | ||
|
||
- name: Destroy Test Environment | ||
id: down | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters