Fix integration pipeline

This commit is contained in:
Alex Stephen 2020-01-06 14:08:58 -08:00 committed by GitHub
parent 2f24ddab7a
commit 3d040797b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}