Compare commits

..

1 commit

Author SHA1 Message Date
9321ea5602
ci: split up check-renovaterc
All checks were successful
/ build (push) Successful in 2s
/ test (push) Successful in 12s
/ report-size (push) Successful in 9s
This allows us to only run it on changes instead of always.
2025-05-15 21:29:20 +02:00

View file

@ -8,7 +8,7 @@ jobs:
- name: Build Package
run: |
nix build --print-build-logs .#
check-integration-tests:
test:
needs: build # we use the built binaries in the checks
runs-on: nixos
steps: