Skip to content

Commit 365b338

Browse files
author
Christophe Ninucci
committed
workspace odyssey
1 parent 5eb0bb2 commit 365b338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: addnab/docker-run-action@v3
1818
with:
1919
image: nixos/nix
20-
options: --privileged # si nécessaire pour certaines fonctionnalités de Nix
20+
options: --privileged -v ${{ github.workspace }}:/workspace
2121
run: |
22-
pwd
23-
cd /
22+
cd /workspace
23+
ls
2424
nix --extra-experimental-features nix-command --extra-experimental-features flakes develop --command bash -c 'nixunits build TOTO -cc "{ services.httpd.enable = true; }" -6'

0 commit comments

Comments
 (0)