Skip to content

Commit

Permalink
enable ACTIONS_RUNNER_DEBUG: true
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Feb 15, 2024
1 parent 534e856 commit 9594884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/example-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
install-command: 'npm install chalk'
cache-key-prefix: chalk5
env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true

# cache using https://github.com/actions/cache
Expand All @@ -31,6 +32,7 @@ jobs:
path: ~/.npm
key: chalk-v1
env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true
- name: Install just chalk
run: npm install chalk

0 comments on commit 9594884

Please sign in to comment.