Skip to content

Commit

Permalink
fix: Integration tests runner in release workflow (#363)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak committed Jan 26, 2021
1 parent 110c372 commit 8154ee3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,16 @@ jobs:
kubectl describe node
- name: Run integration tests
run: |
kubectl apply -f deploy/static/01-starboard-operator.ns.yaml \
-f deploy/static/02-starboard-operator.sa.yaml \
-f deploy/static/03-starboard-operator.clusterrole.yaml \
-f deploy/static/04-starboard-operator.clusterrolebinding.yaml
make itests-starboard-operator
env:
KUBECONFIG: /home/runner/.kube/config
OPERATOR_NAMESPACE: default
OPERATOR_NAMESPACE: starboard-operator
OPERATOR_SERVICE_ACCOUNT: starboard-operator
OPERATOR_TARGET_NAMESPACES: default
OPERATOR_SERVICE_ACCOUNT: ""
release:
name: Release
needs:
Expand Down

0 comments on commit 8154ee3

Please sign in to comment.