Skip to content

Commit 5861391

Browse files
authored
Create release-validation.yml workflow
With manual trigger only at this time.
1 parent 2fff537 commit 5861391

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "Release Validation"
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
release-validation-tests:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v4
9+
- uses: ./.github/actions/prep-build-env
10+
- run: NIXPKGS_ALLOW_UNFREE=1 nix-build testing/release-validation.nix

0 commit comments

Comments
 (0)