Skip to content

Commit

Permalink
workflows: Installs openfga server and CLI.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Laing <[email protected]>
  • Loading branch information
markylaing committed Sep 22, 2023
1 parent 348adb4 commit 6dff40e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ jobs:
mkdir -p "$(go env GOPATH)/bin"
curl -sSfL https://dl.min.io/server/minio/release/linux-amd64/minio --output "$(go env GOPATH)/bin/minio"
chmod +x "$(go env GOPATH)/bin/minio"
curl -L https://github.com/openfga/openfga/releases/download/v1.3.1/openfga_1.3.1_linux_amd64.tar.gz -o openfga.tar.gz
tar -xzf openfga.tar.gz -C "$(go env GOPATH)/bin/"
curl -L https://github.com/openfga/cli/releases/download/v0.1.0/fga_0.1.0_linux_amd64.tar.gz -o fga.tar.gz
tar -xzf fga.tar.gz -C "$(go env GOPATH)/bin/"
- name: Download go dependencies
run: |
Expand Down

0 comments on commit 6dff40e

Please sign in to comment.