Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed Nov 30, 2023
1 parent eae1c80 commit 91123ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
TF_VAR_api_url: ${{ secrets.INTEGRATIONS_TEAM_TESTS_API_URL }}

- name: Set Host
run: echo "CLICKHOUSE_HOST=$(terraform output -raw CLICKHOUSE_HOST)" >> $GITHUB_ENV
run: echo "CLICKHOUSE_HOST=$(terraform output -raw CLICKHOUSE_HOST -state=${{ matrix.go }}.tfstate)" >> $GITHUB_ENV

- name: Service Id
run: terraform output -raw SERVICE_ID -state=${{ matrix.go }}.tfstate
Expand Down

0 comments on commit 91123ef

Please sign in to comment.