Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

EOF fix

EOF fix #100

Workflow file for this run

---
name: Molecule Test
on: [push, pull_request]
jobs:
molecule:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
molecule_scenario:
- centos7
- rocky8
steps:
- name: Run `molecule test`
uses: UCL-MIRSG/.github/actions/[email protected]
with:
scenario: ${{ matrix.molecule_scenario }}