Compare commits

..

1 commit

Author SHA1 Message Date
2f884be65b
ci: split up check-renovaterc
All checks were successful
/ build (push) Successful in 1s
/ check-integration-tests (push) Successful in 11s
/ report-size (push) Successful in 2s
This allows us to only run it on changes instead of always.
2025-05-15 21:30:55 +02:00

View file

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