From 26f3152c9158ff3718cd213602e1467ff1035c5c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 18 Jul 2023 13:37:54 +0100 Subject: [PATCH] ci: generate with Nix --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74c1d780..f4bcb844 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: