Skip to content

Commit

Permalink
.github/ci: Add nix-docker test
Browse files Browse the repository at this point in the history
We still have room to spare in vm_tests, as it's quicker than `nix flake check`
  • Loading branch information
roberth committed Nov 15, 2024
1 parent 11d3b01 commit a18792e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,13 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build -L .#hydraJobs.tests.githubFlakes .#hydraJobs.tests.tarballFlakes .#hydraJobs.tests.functional_user
- run: |
nix build -vL \
.#hydraJobs.tests.functional_user \
.#hydraJobs.tests.githubFlakes \
.#hydraJobs.tests.nix-docker \
.#hydraJobs.tests.tarballFlakes \
;
flake_regressions:
needs: vm_tests
Expand Down

0 comments on commit a18792e

Please sign in to comment.