Compare commits
1 commit
dbb8b4da48
...
3c59f3833e
Author | SHA1 | Date | |
---|---|---|---|
3c59f3833e |
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: picard
|
||||
steps:
|
||||
# - run: yes | apt update && apt install nodejs
|
||||
# - uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
# - uses: https://github.com/cachix/install-nix-action@v22
|
||||
- run: nix --version
|
||||
|
|
Reference in a new issue