Compare commits

..

2 Commits
main ... cicd

Author SHA1 Message Date
446224c9fe [CICD] - Another test
Some checks failed
build / test (push) Failing after 4s
2024-11-23 23:56:07 +00:00
8955aafa83 [CICD] - Another test
Some checks failed
build / test (push) Failing after 4s
2024-11-23 23:55:00 +00:00

@ -4,10 +4,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --run "cd src/clox && make"
steps:
- uses: actions/checkout@v3
- run: docker run -v $PWD:/src nix-runner 'nix-shell .'
#- run: docker run -v $PWD:/src nix-runner 'nix shell --run "cd /src/clox && make"'