Skip to content

Commit

Permalink
add debugging actions to ephemeral containers
Browse files Browse the repository at this point in the history
  • Loading branch information
artis3n committed Jan 15, 2025
1 parent f81c3f3 commit 5f59093
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ jobs:

- name: Lint
run: make lint

- name: Debugging
run: |
echo "::warning::Docker version $(docker --version)"
docker version

0 comments on commit 5f59093

Please sign in to comment.