Try native runner
Some checks failed
/ test (push) Failing after 2s

This commit is contained in:
Nicolas Jeannerod 2024-09-30 10:19:01 +02:00
parent 7c254a750b
commit 6ddbcc5618
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -1,13 +1,11 @@
on: [push]
jobs:
test:
runs-on: nix.2.18.7
runs-on: native
steps:
- run: |
cat <<EOF >>/etc/nix/nix.conf
experimental-features = nix-command flakes
EOF
nix profile install nixpkgs#nodejs
- run: nix --version
- run: pwd
- run: ls
- uses: actions/checkout@v4