Skip to content

fixes debug v1

fixes debug v1 #9

Workflow file for this run

---
name: Molecule Testsing
on: # yamllint disable-line rule:truthy
push: null
pull_request:
branches:
- main
- master
permissions: read-all
concurrency:
group: >-
${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: Ls
run: ls -lh
- name: molecule
uses: monolithprojects/action-molecule@v1.4.1
with:
path: ${{ github.repository }}/roles/bareos
molecule_command: test