Skip to content

Commit

Permalink
chore: run tmate after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Sep 4, 2024
1 parent 75f1883 commit 70a8396
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 70a8396

Please sign in to comment.