Skip to content

Commit

Permalink
fix: integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Oct 31, 2024
1 parent 0a3cd60 commit f39a3ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,13 @@ jobs:
- name: Load .env file (instill-core)
uses: cardinalby/export-env-action@v2
with:
envFile: '.env|.env.component'
envFile: .env

- name: Launch Instill Core (latest)
# CFG_COMPONENT_* variables are injected to test OAuth connection
# CFG_COMPONENT_SECRETS_GITHUB* variables are injected to test OAuth connection
# creation
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 f39a3ad

Please sign in to comment.