Skip to content

Commit b09bb43

Browse files
committed
Debug
1 parent 510dee7 commit b09bb43

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@ jobs:
1818
- windows-latest
1919
- macos-latest
2020
steps:
21+
- name: Debug 1
22+
run: env
23+
24+
- name: Debug 2
25+
run: |
26+
echo "ImageOS: $ImageOS"
27+
2128
- uses: actions/checkout@v4
29+
# - uses: mxschmitt/action-tmate@v3
30+
# with:
31+
# limit-access-to-actor: false
2232

2333
- name: Run setup-postgres
2434
uses: ./

0 commit comments

Comments
 (0)