Compare commits
1 commit
862fd87fe4
...
c8e97b0622
Author | SHA1 | Date | |
---|---|---|---|
c8e97b0622 |
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: picard
|
||||
runs-on: docker
|
||||
container: ubuntu:rolling
|
||||
steps:
|
||||
# - run: yes | apt update && apt install nodejs
|
||||
# - uses: actions/checkout@v4
|
||||
# - uses: https://github.com/cachix/install-nix-action@v22
|
||||
- run: yes | apt update && apt install nodejs
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/cachix/install-nix-action@v22
|
||||
- run: nix --version
|
||||
|
|
Reference in a new issue