Skip to content

Continue with the next certificate on error #19

Continue with the next certificate on error

Continue with the next certificate on error #19

Workflow file for this run

---
name: Molecule
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@4.0.8