Skip to content

Bump ansible-modules-hashivault from 5.2.1 to 5.3.0 in /spec #82

Bump ansible-modules-hashivault from 5.2.1 to 5.3.0 in /spec

Bump ansible-modules-hashivault from 5.2.1 to 5.3.0 in /spec #82

Workflow file for this run

name: Test Build
on:
pull_request:
branches: [devel]
jobs:
release:
runs-on: ubuntu-22.04
name: Test Build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r build/requirements.txt
- name: Build image
run: |
ansible-builder build -v3 -t awx-ee:test-build