Skip to content

Bump golang, k8s

Bump golang, k8s #51

Workflow file for this run

name: ansible
on:
pull_request: {}
jobs:
e2e:
name: e2e
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v4
with:

Check failure on line 11 in .github/workflows/test-ansible.yml

View workflow run for this annotation

GitHub Actions / ansible

Invalid workflow file

The workflow is not valid. .github/workflows/test-ansible.yml (Line: 11, Col: 14): Unexpected value '' .github/workflows/test-ansible.yml (Line: 12, Col: 9): Unexpected value 'go-version-file'
go-version-file: "go.mod"
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: sudo rm -rf /usr/local/bin/kustomize
- run: make test-e2e-ansible
e2e-molecule:
name: e2e-molecule
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: sudo rm -rf /usr/local/bin/kustomize
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Run test e2e ansible molecule
run: |
env
pip3 install --user --upgrade setuptools pip
pip3 install --user ansible-core~=2.15.0
make test-e2e-ansible-molecule