From fc658b4112f5d924a038d5a3699eae3917371654 Mon Sep 17 00:00:00 2001 From: Luis Eduardo Bueso de Barrio Date: Thu, 5 Feb 2026 00:10:31 +0100 Subject: [PATCH] CI not working yet --- .gitea/workflows/test.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .gitea/workflows/test.yml diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml deleted file mode 100644 index 5b517d4..0000000 --- a/.gitea/workflows/test.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Tests - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - check: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Install Nix - uses: cachix/install-nix-action@v22 - with: - nix_path: nixpkgs=channel:nixos-unstable - extra_nix_config: | - experimental-features = nix-command flakes - - - name: Run flake check - run: nix flake check --accept-flake-config - - - name: Build packages - run: nix build .#opencode-jailed .#claude-jailed - - - name: Run tests - run: nix build .#checks.${{ runner.system }}.*