ci: generate with Nix

This commit is contained in:
Oliver Davies 2023-07-18 13:37:54 +01:00
parent db5142a7e6
commit 26f3152c91

View file

@ -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: