From 087194de53efd159b107a7db8eafc35858b71994 Mon Sep 17 00:00:00 2001 From: chronark Date: Sun, 3 Sep 2023 12:42:27 +0200 Subject: [PATCH] chore(deploy-agent.yaml): update workflow path for Step CI Action fix(deploy-agent.yaml): fix typo in environment variable name for Step CI Action --- .github/workflows/deploy-agent.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-agent.yaml b/.github/workflows/deploy-agent.yaml index 3fbd1ea0f9..f073f0d135 100644 --- a/.github/workflows/deploy-agent.yaml +++ b/.github/workflows/deploy-agent.yaml @@ -95,14 +95,14 @@ jobs: integration_test_preview: name: Integration Test runs-on: ubuntu-latest - # needs: - # - deploy_preview + needs: + - deploy_preview steps: - uses: actions/checkout@v3 - name: Step CI Action uses: stepci/stepci@main with: - workflow: "./apps/agent/e2e/workflow.json" + workflow: "apps/agent/e2e/workflow.json" envs: "baseUrl=${{ secrets.PREVIEW_BASE_URL }} apiId=${{secrets.PREVIEW_API_ID}}" secrets: "rootKey=${{ secrets.PREVIEW_ROOT_KEY }}"