Skip to content

Commit 3a36ccc

Browse files
committed
ci: debug why env empty
1 parent e788c01 commit 3a36ccc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
eval "$(direnv export bash)"
4141
export NIX_PATH="nixpkgs=$(nix run .#nixpkgsPath)"
4242
echo "NIX_PATH: $NIX_PATH"
43+
44+
echo AAAAAAAAAAAAAAAAAAAAAAA
45+
env
46+
echo BBBBBBBBBBBBBBBBBBBBBBB
47+
4348
nix run .#stack -- build --nix --test --bench --no-run-tests --no-run-benchmarks
4449
4550
- name: Test

0 commit comments

Comments
 (0)