Skip to content

Commit

Permalink
fix workding dir
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Apr 11, 2024
1 parent d6744d7 commit 2c6511b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-gcp-dm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c6511b

Please sign in to comment.