Skip to content

Commit

Permalink
Comment out tmate debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Oct 24, 2023
1 parent e42e1d5 commit 8818c76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
DBBACKEND: sqlite3
DBNAME: ":memory:"

- name: Debug with tmate on failure
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
# - name: Debug with tmate on failure
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3

- name: Upload coverage data
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -121,9 +121,9 @@ jobs:
DBPASSWORD: rootpw
DBHOST: 127.0.0.1

- name: Debug with tmate on failure
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
# - name: Debug with tmate on failure
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3

- name: Upload coverage data
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8818c76

Please sign in to comment.