Skip to content

Commit

Permalink
DEBUG: tmate
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Laing <[email protected]>
  • Loading branch information
markylaing committed Nov 7, 2024
1 parent 9b67811 commit 0701ccd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ jobs:
strategy:
fail-fast: false
matrix:
suite: ["cluster", "standalone"]
backend: ["dir", "btrfs", "lvm", "zfs", "ceph", "random"]
suite: ["standalone"]
backend: ["dir"]

steps:
- name: Checkout
Expand Down Expand Up @@ -320,6 +320,9 @@ jobs:
mkdir -p "${GOCOVERDIR}"
if: env.GOCOVERDIR != ''

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

- name: "Run system tests (${{ matrix.suite }}, ${{ matrix.backend }})"
run: |
set -eux
Expand Down

0 comments on commit 0701ccd

Please sign in to comment.