Skip to content

Check machine status and log details if it is not running #81

Check machine status and log details if it is not running

Check machine status and log details if it is not running #81

Workflow file for this run

name: ci-python
on:
push:
tags:
- v*
branches:
- master
- azext-aro-*
pull_request:
permissions:
contents: read
jobs:
validate-python:
runs-on: ubuntu-latest
container:
image: registry.access.redhat.com/ubi8/python-311:latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: validate
run: |
make test-python
hack/ci-utils/isClean.sh