Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mj52951 committed Dec 17, 2024
1 parent 0b1291b commit 850d591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run: yarn install
- name: Run tests
run: yarn run test:e2e
- name: Setup tmate session
if: success() || failure()
uses: mxschmitt/action-tmate@v3
- name: Clean up Docker containers
if: always()
run: docker compose down

0 comments on commit 850d591

Please sign in to comment.