mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-11 05:10:27 -07:00
Fix integration pipeline
This commit is contained in:
parent
2f24ddab7a
commit
3d040797b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Build and install collection
|
||||
run: |
|
||||
ansible-galaxy collection build .
|
||||
ansible-collection install *.gz
|
||||
ansible-galaxy collection install *.gz
|
||||
- name: Add service account file
|
||||
env:
|
||||
SERVICE_ACCOUNT_FILE: ${{ secrets.SERVICE_ACCOUNT_FILE }}
|
||||
|
|
Loading…
Add table
Reference in a new issue