mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-23 13:20:30 -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:
|
env:
|
||||||
SERVICE_ACCOUNT_FILE: ${{ secrets.SERVICE_ACCOUNT_FILE }}
|
SERVICE_ACCOUNT_FILE: ${{ secrets.SERVICE_ACCOUNT_FILE }}
|
||||||
run: |
|
run: |
|
||||||
echo $SERVICE_ACCOUNT_FILE > /tmp/service_account.json
|
echo "$SERVICE_ACCOUNT_FILE" > /tmp/service_account.json
|
||||||
- name: Add test template
|
- name: Add test template
|
||||||
env:
|
env:
|
||||||
TEST_SETTINGS_TEMPLATE: ${{ secrets.TEST_SETTINGS_TEMPLATE }}
|
TEST_SETTINGS_TEMPLATE: ${{ secrets.TEST_SETTINGS_TEMPLATE }}
|
||||||
run: |
|
run: |
|
||||||
pushd ~/.ansible/collections/ansible_collections/google/cloud
|
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
|
- name: Run the tests
|
||||||
run: |
|
run: |
|
||||||
pushd ~/.ansible/collections/ansible_collections/google/cloud
|
pushd ~/.ansible/collections/ansible_collections/google/cloud
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue