mirror of
https://github.com/NixOS/nix.git
synced 2025-02-21 11:22:35 +00:00
Merge pull request #10339 from edolstra/gha-vm-tests
Run some VM tests on GitHub
This commit is contained in:
commit
189e40214e
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -159,3 +159,11 @@ jobs:
|
||||
# deprecated 2024-02-24
|
||||
docker tag nix:$NIX_VERSION $IMAGE_ID:master
|
||||
docker push $IMAGE_ID:master
|
||||
|
||||
vm_tests:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- run: nix build -L .#hydraJobs.tests.githubFlakes .#hydraJobs.tests.tarballFlakes
|
||||
|
Loading…
Reference in New Issue
Block a user