Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Sep 20, 2023
1 parent 9b613af commit 7df327a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,11 @@ jobs:
- name: Prepare Nix shell
run: nix develop --impure .#${{ steps.shell.outputs.value }}

- name: Launch Docker Compose
run: docker compose up -d

- name: Test
run: nix develop --impure .#${{ steps.shell.outputs.value }} -c go test -race -v ./...
env:
CERBOS_ADDRESS: 127.0.0.1:3593

- name: Cleanup Docker Compose
run: docker compose down -v
if: always()

lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7df327a

Please sign in to comment.