mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
[fix]: update workflow
This commit is contained in:
parent
db996b56a9
commit
ed912004b8
9
.github/workflows/nix-flake.yml
vendored
9
.github/workflows/nix-flake.yml
vendored
|
|
@ -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 .
|
||||
- name: Build default package
|
||||
run: nix build .
|
||||
- name: Check flakes
|
||||
run: nix flake check
|
||||
- name: Build migrations
|
||||
run: nix build .#migration
|
||||
|
||||
Loading…
Reference in a new issue