Browse Source

Move tmate before failing step

pull/740/head
Tim Kimber 6 years ago
committed by GitHub
parent
commit
7f35e89d33
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .github/workflows/run-all-tests.yml

+ 3
- 2
.github/workflows/run-all-tests.yml View File

@ -14,7 +14,8 @@ jobs:
time: '60s'
- name: Check running containers
run: docker ps
- name: Run test suite
run: docker exec getssl-ubuntu bats /getssl/test
- name: Setup tmate session
uses: mxschmitt/action-tmate@v1
- name: Run test suite
run: docker exec getssl-ubuntu bats /getssl/test

Loading…
Cancel
Save