From 70a8396429ecd2d4b70f31668e6f9bb4aac67e08 Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Wed, 4 Sep 2024 17:56:38 -0400 Subject: [PATCH] chore: run tmate after tests --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b3b831fa..9826f30ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,11 +42,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - with: - limit-access-to-actor: true - - name: Build base Docker image run: | cp .env.sample .env @@ -74,3 +69,8 @@ jobs: - name: Run tests using built Docker image run: make testkml DC_ENV=ci + + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true