Skip to content

Commit

Permalink
added gcp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzag committed Sep 11, 2023
1 parent e44c069 commit e6a3cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trolley_scripts_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
export MONGO_PASSWORD=${{ secrets.mongo_password }}
export PROJECT_NAME=${{ secrets.project_name }}
export INFRACOST_TOKEN=${{ secrets.infracost_token }}
export AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}
export AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}
export GOOGLE_CREDS_JSON=${{ secrets.GOOGLE_CREDS_JSON }}
pip3 install -r web/requirements.txt
pytest web/scripts/tests/test_gcp_caching_script.py
pytest web/scripts/tests/test_aws_caching_script.py --aws-access-key-id ${{ secrets.AWS_ACCESS_KEY_ID }} --aws-secret-access-key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit e6a3cb3

Please sign in to comment.