Skip to content

Commit

Permalink
Use make targets in pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed Jan 14, 2021
1 parent 486ecee commit 7f2f157
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: Integration tests
run: make integration-tests
- name: Helm chart tests
working-directory: charts/rabbitmq
run: ./test.sh
run: make chart-tests

test-all-examples:
name: test-all-examples
Expand Down Expand Up @@ -80,5 +79,5 @@ jobs:
make install-tools
kind create cluster --image kindest/node:"$K8S_VERSION"
DOCKER_REGISTRY_SERVER=local-server OPERATOR_IMAGE=local-operator make deploy-kind
PATH=$PATH:$(pwd)/bin
kubectl-rabbitmq.bats
kubectl krew install rabbitmq
make kubectl-plugin-tests

0 comments on commit 7f2f157

Please sign in to comment.