Skip to content

PR checks: Use latest version of Github Actions #774

PR checks: Use latest version of Github Actions

PR checks: Use latest version of Github Actions #774

Workflow file for this run

---
name: ansible-test sanity
on:
- push
- pull_request
jobs:
ansible_test:
name: Verify ansible-test sanity
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: 1
- name: Run ansible-test
run: bash tests/sanity/sanity.sh