We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fff537 commit 5861391Copy full SHA for 5861391
.github/workflows/release-validation.yml
@@ -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