From 3447d9ce49bae0597671b6efa17837b27b1353cd Mon Sep 17 00:00:00 2001 From: Reillyhewitson Date: Fri, 24 Feb 2023 09:53:56 +0000 Subject: [PATCH] Remove tmate --- .github/workflows/ci-build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ba15ea94..8613acc3 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -321,10 +321,6 @@ jobs: - name: Diff SQL dumps run: diff -s ~/generator_script_dump_1.sql ~/generator_script_dump_2.sql - - name: tmate session - uses: mxschmitt/action-tmate@v3 - if: ${{ failure() }} - # Drop and re-create icatdb to remove generated data - name: Drop icatdb run: mysql -picatdbuserpw -uicatdbuser -e 'DROP DATABASE icatdb;'