Skip to content

Commit

Permalink
Merge pull request #10339 from edolstra/gha-vm-tests
Browse files Browse the repository at this point in the history
Run some VM tests on GitHub
  • Loading branch information
roberth authored Mar 27, 2024
2 parents 6c10cc0 + 6f39724 commit 189e402
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 189e402

Please sign in to comment.