Skip to content

Commit 9973a3c

Browse files
committed
print environment for easier debugging
1 parent b9280e8 commit 9973a3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
ubuntu:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Print environment
14+
shell: bash
15+
run: env
1316
- name: Checkout master branch
1417
uses: actions/checkout@v4
1518
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)