Skip to content

Commit 4c9e648

Browse files
authored
ci: enable DEVBOX_DEBUG for all test jobs (#751)
1 parent e584340 commit 4c9e648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ env:
3030
HOMEBREW_NO_EMOJI: 1
3131
HOMEBREW_NO_ENV_HINTS: 1
3232
HOMEBREW_NO_INSTALL_CLEANUP: 1
33+
DEVBOX_DEBUG: 1
3334

3435
jobs:
3536
typos:
@@ -128,11 +129,10 @@ jobs:
128129
- name: Install nix and devbox packages
129130
run: |
130131
export NIX_INSTALLER_NO_CHANNEL_ADD=1
131-
export DEVBOX_DEBUG=1
132-
132+
133133
# Setup github authentication to ensure Github's rate limits are not hit.
134134
# If this works, we can consider refactoring this into a reusable github action helper.
135135
mkdir -p ~/.config/nix
136136
echo "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" > ~/.config/nix/nix.conf
137-
137+
138138
devbox run echo "Installing packages..."

0 commit comments

Comments
 (0)