Skip to content

Commit def3b8b

Browse files
committed
Add debug commands to CI
1 parent 2440176 commit def3b8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
sudo chmod +rx /usr/local/bin/goss
2424
- name: Run test
2525
run: |
26+
env | sort
2627
./install.sh
2728
# Run script twice to test idempotency
29+
env | sort
2830
./install.sh
2931
GOSS_USE_ALPHA=1 goss validate --format documentation
3032

0 commit comments

Comments
 (0)