Skip to content

Commit

Permalink
Run nix-integration-test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerjanssen committed Mar 29, 2024
1 parent ff663c9 commit bf50df0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/nix-integration-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: nix-integration-test

on:
pull_request:
push:
branches: [master]

jobs:
lints:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: DeterminateSystems/nix-installer-action@de22e16c4711fca50c816cc9081563429d1cf563 # v10
- run: nix-build nix-integration-test/integration-test.nix

0 comments on commit bf50df0

Please sign in to comment.