aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitea/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/test.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml
index 3870bbb4..7066d0d4 100644
--- a/.gitea/workflows/test.yml
+++ b/.gitea/workflows/test.yml
@@ -89,23 +89,6 @@ jobs:
path: result/*
retention-days: 1
- hpkg:
- name: Hpkg
- runs-on: nix
- steps:
- - name: Checkout
- uses: actions/checkout@v4
-
- - name: Run NixOS test
- run: nix build --out-link "result" --print-out-paths --print-build-logs .#checks.x86_64-linux.hpkg
-
- - name: Upload test output
- uses: actions/upload-artifact@v3
- with:
- name: "hpkg-vm-output"
- path: result/*
- retention-days: 1
-
check:
name: Flake checks
needs:
@@ -114,7 +97,6 @@ jobs:
- sandbox
- sandbox-race
- sharefs
- - hpkg
runs-on: nix
steps:
- name: Checkout