Skip to content

Unify the build_date of all image references (#645) #6

Unify the build_date of all image references (#645)

Unify the build_date of all image references (#645) #6

---
name: Test python setup
"on":
push:
paths:
- '**.py'
- setup.cfg
- .github/workflows/test-python-setup.yml
branches:
- main
pull_request:
paths:
- '**.py'
- setup.cfg
- .github/workflows/test-python-setup.yml
jobs:
test-python-setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip3 install .
- run: openstack-image-manager --help