Skip to content

Commit 00b95ee

Browse files
committed
cirrus-testing: Add debug logging.
1 parent 37f6b6f commit 00b95ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cirrus-testing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: CIRRUS runner test workflow
22

33
on: [push, pull_request] # Trigger on push or pull request
44

5+
env:
6+
# Enable debug logging
7+
ACTIONS_RUNNER_DEBUG: true
8+
ACTIONS_STEP_DEBUG: true
9+
510
jobs:
611
hello-world:
712
runs-on: gh-arc-ctsm-scale-set

0 commit comments

Comments
 (0)