From a0b50d292a1d13df66c09a24a4c8d668eeebd63f Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Thu, 6 Nov 2025 15:48:33 +0000 Subject: [PATCH] chore: Disable wasm building We do not test the wasm right now and so even building it is currently blocking the development. Drop this part of the job. --- .github/workflows/functional.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index ee5c273d..b634908d 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -51,18 +51,11 @@ jobs: - name: Move artifacts to the root run: mv target/release/keystone* ./ - - uses: taiki-e/install-action@v2 - with: - tool: just - - name: Setup OPA uses: open-policy-agent/setup-opa@v2 with: version: latest - - name: Build policies - run: just build-policy - - name: Upload built binaries uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: @@ -70,7 +63,6 @@ jobs: path: | keystone keystone-db - policy.wasm interop: runs-on: ubuntu-latest