feat(tests): run .#update-locks before nix flake check

This commit is contained in:
DavHau 2023-03-23 17:23:42 +08:00
parent 80b0f7148d
commit 4b5b9886ad

View File

@ -40,7 +40,10 @@ jobs:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check
- run: |
nix run .#update-locks
git add .
nix flake check
tests-integration:
runs-on: ubuntu-latest