ci: generate with Nix
This commit is contained in:
parent
db5142a7e6
commit
26f3152c91
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -26,6 +26,11 @@ jobs:
|
|||
|
||||
- run: nix --version
|
||||
|
||||
- run: |
|
||||
nix develop --command yarn
|
||||
nix develop --command yarn build
|
||||
ls
|
||||
|
||||
- name: Login to the Docker registry
|
||||
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # v1.10.0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue