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 1f36774
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/nix-integration-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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 1f36774

Please sign in to comment.