Skip to content

Commit

Permalink
enable tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Mar 22, 2024
1 parent f404d35 commit 3144bad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
- name: Build
run: VERSION=${SHORT_SHA} ./build.sh prepare

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

- name: test
run: VERSION=${SHORT_SHA} ./build.sh test

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

- uses: actions/upload-artifact@v3 # upload test results
if: success() || failure() # run this step even if previous step failed
with:
Expand Down

0 comments on commit 3144bad

Please sign in to comment.