Skip to content

Switching to Ubuntu 22.04 as github action host VM #68

Switching to Ubuntu 22.04 as github action host VM

Switching to Ubuntu 22.04 as github action host VM #68

Workflow file for this run

---
name: Test
on: [ push, pull_request, workflow_dispatch ]
jobs:
molecule:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- uses: robertdebock/[email protected]