mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-10-17 05:41:40 -07:00
chore: rebase to master
This commit is contained in:
parent
661f114037
commit
50ed9f42b5
6 changed files with 42 additions and 42 deletions
10
.github/workflows/ansible-test.yml
vendored
10
.github/workflows/ansible-test.yml
vendored
|
@ -2,7 +2,7 @@
|
|||
name: Run tests for the cloud.google collection
|
||||
on: [pull_request]
|
||||
env:
|
||||
PYTHON_VERSION: "3.9" # minimum version for Ansible 2.14
|
||||
PYTHON_VERSION: "3.9" # minimum version for Ansible 2.15
|
||||
jobs:
|
||||
sanity-and-lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -16,11 +16,11 @@ jobs:
|
|||
- stable-2.15
|
||||
steps:
|
||||
- name: check out code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: ansible_collections/google/cloud
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
# Automation-hub requires python2.7 sanity tests
|
||||
|
@ -53,11 +53,11 @@ jobs:
|
|||
- stable-2.15
|
||||
steps:
|
||||
- name: check out code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: ansible_collections/google/cloud
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue