Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "These files need gofmt:"; echo "$unformatted"; exit 1
fi

# make test starts the quay.io/authorizer/authorizer:2.4.0-rc.9 container
# make test starts the quay.io/authorizer/authorizer:2.4.0-rc.13 container
# (docker is preinstalled on ubuntu-latest), runs the integration suite
# across graphql/rest/grpc, then tears the container down.
- name: Integration tests
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# 2. Run tests: make test

# Docker image for authorizer server
AUTHORIZER_IMAGE := quay.io/authorizer/authorizer:2.4.0-rc.9
AUTHORIZER_IMAGE := quay.io/authorizer/authorizer:2.4.0-rc.13
AUTHORIZER_CONTAINER := authorizer-test

.PHONY: docker-up docker-down test
Expand Down
Loading
Loading