Skip to content

Commit

Permalink
ci: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Dec 5, 2023
1 parent d966e18 commit 2c5c959
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Tests and Checks

on: [push]

env:
ACTIONS_RUNNER_DEBUG: true

jobs:
lint:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -78,6 +81,7 @@ jobs:
- name: Stop containers
if: always()
run: |
docker compose logs
docker-compose down -v
docker system prune -f -a --volumes
Expand Down

0 comments on commit 2c5c959

Please sign in to comment.