We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f6b6f commit 00b95eeCopy full SHA for 00b95ee
.github/workflows/cirrus-testing.yml
@@ -2,6 +2,11 @@ name: CIRRUS runner test workflow
2
3
on: [push, pull_request] # Trigger on push or pull request
4
5
+env:
6
+ # Enable debug logging
7
+ ACTIONS_RUNNER_DEBUG: true
8
+ ACTIONS_STEP_DEBUG: true
9
+
10
jobs:
11
hello-world:
12
runs-on: gh-arc-ctsm-scale-set
0 commit comments