From a53b09a40050a99fbc2877959280f328507b9744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= Date: Wed, 30 Oct 2024 16:00:27 +0100 Subject: [PATCH] fix: integration tests --- .github/workflows/integration-test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 4f72945cb..07754efdb 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -71,16 +71,18 @@ jobs: uses: actions/checkout@v3 with: repository: instill-ai/instill-core + ref: jvalles/ins-6570-pass-oauth-client-and-secret-ids-to-backend-and-frontend # TODO remove - 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 \