Skip to content

Commit

Permalink
Add step to install NATS CR
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 27, 2023
1 parent a989fc5 commit cdd4190
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
run: |
make -C nats-manager deploy IMG=$NATS_MANAGER_IMAGE
- name: Create NATS CR and resources and check configuration
run: |
make -C nats-manager e2e-setup
- name: Setup Eventing Manager
run: |
make -C eventing-manager install
Expand All @@ -92,7 +96,7 @@ jobs:
kubectl patch deployment eventing-manager -n kyma-system --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/env/8/value", "value": "${EPP_IMAGE}"}]'
- name: Create eventing CR and resources and check configuration
run: | # -> where do I get these scripts from? Code duplication? Importing?
run: |
make -C eventing-manager e2e-setup
- name: Setup subscriptions for testing
Expand Down

0 comments on commit cdd4190

Please sign in to comment.