Skip to content

Commit

Permalink
chore(test): inject variables to instill-core to test OAuth support (
Browse files Browse the repository at this point in the history
…#264)

Because

- instill-ai/pipeline-backend#791 introduced a
environment variable dependency in the integration tests.

This commit

- Adds the environment variable to `instill-cloud` setup in CI.
  • Loading branch information
jvallesm authored Oct 31, 2024
1 parent 24fc718 commit 645e14a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ jobs:
envFile: .env

- name: Launch Instill Core (latest)
# CFG_COMPONENT_SECRETS_GITHUB* variables are injected to test OAuth
# connection creation on `pipeline-backend`.
run: |
sed -i 's/\(\w\+GITHUB\w\+\)=/\1=foo/' .env.component
COMPOSE_PROFILES=all \
EDITION=local-ce:test \
RAY_LATEST_TAG=latest \
Expand Down

0 comments on commit 645e14a

Please sign in to comment.