Skip to content
Merged
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
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,13 @@ jobs:
CRE_API_KEY: ${{ secrets.CRE_CLI_API_KEY }}
run: ./scripts/e2e/simulate-hello-world.sh

- name: E2E - Simulate star-wars workflow
env:
CRE_API_KEY: ${{ secrets.CRE_CLI_API_KEY }}
run: ./scripts/e2e/simulate-star-wars.sh
# Disabled: depends on external swapi.info which causes consensus
# aggregator failures. Re-enable once we set up an HTTP service we
# control for this workflow.
# - name: E2E - Simulate star-wars workflow
# env:
# CRE_API_KEY: ${{ secrets.CRE_CLI_API_KEY }}
# run: ./scripts/e2e/simulate-star-wars.sh

- name: E2E - Simulate log-trigger workflow
env:
Expand Down
Loading