mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-23 05:10:29 -07:00
Quotes in integration runner
This commit is contained in:
parent
3d040797b3
commit
27e9569d1f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
@ -28,13 +28,13 @@ jobs:
|
|||
env:
|
||||
SERVICE_ACCOUNT_FILE: ${{ secrets.SERVICE_ACCOUNT_FILE }}
|
||||
run: |
|
||||
echo $SERVICE_ACCOUNT_FILE > /tmp/service_account.json
|
||||
echo "$SERVICE_ACCOUNT_FILE" > /tmp/service_account.json
|
||||
- name: Add test template
|
||||
env:
|
||||
TEST_SETTINGS_TEMPLATE: ${{ secrets.TEST_SETTINGS_TEMPLATE }}
|
||||
run: |
|
||||
pushd ~/.ansible/collections/ansible_collections/google/cloud
|
||||
echo $TEST_SETTINGS_TEMPLATE > tests/integration/cloud-config-gcp.ini
|
||||
echo "$TEST_SETTINGS_TEMPLATE" > tests/integration/cloud-config-gcp.ini
|
||||
- name: Run the tests
|
||||
run: |
|
||||
pushd ~/.ansible/collections/ansible_collections/google/cloud
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue