This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
EOF fix #100
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 }} |