From 2c6511b9abd852e687f781ccfe7ebabbdded8752 Mon Sep 17 00:00:00 2001 From: Or Ouziel Date: Thu, 11 Apr 2024 11:49:50 +0300 Subject: [PATCH] fix workding dir --- .github/workflows/test-gcp-dm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-gcp-dm.yml b/.github/workflows/test-gcp-dm.yml index b6305e44be..9c29c703e0 100644 --- a/.github/workflows/test-gcp-dm.yml +++ b/.github/workflows/test-gcp-dm.yml @@ -80,13 +80,13 @@ jobs: - name: Install CSPM GCP integration id: cspm-gcp-integration - working-directory: deploy/test-environments/fleet_api + working-directory: ./tests env: STACK_VERSION: ${{ env.ELK_VERSION }} DEPLOYMENT_NAME: ${{env.GCP_DEPLOYMENT_NAME}} run: | poetry install - poetry run python src/install_cspm_gcp_integration.py + poetry run python tests/integrations_setup/install_cspm_gcp_integration.py - name: Deploy CSPM GCP agent id: cspm-gcp-agent