Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,18 @@ 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:
name: keystone
path: |
keystone
keystone-db
policy.wasm

interop:
runs-on: ubuntu-latest
Expand Down
Loading