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