From ed912004b837b9a0fbc39ed6321c9c8ec66b73a9 Mon Sep 17 00:00:00 2001 From: aprilthepink Date: Wed, 17 Apr 2024 22:03:00 +0200 Subject: [PATCH] [fix]: update workflow --- .github/workflows/nix-flake.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix-flake.yml b/.github/workflows/nix-flake.yml index 38eb173..cf73409 100644 --- a/.github/workflows/nix-flake.yml +++ b/.github/workflows/nix-flake.yml @@ -19,5 +19,10 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/flake-checker-action@main - - name: Run `nix build` - run: nix build . \ No newline at end of file + - name: Build default package + run: nix build . + - name: Check flakes + run: nix flake check + - name: Build migrations + run: nix build .#migration + \ No newline at end of file