Skip to content

Commit

Permalink
needs fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
machariamuguku committed Mar 15, 2024
1 parent fb1cb30 commit d4b91a3
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
name: CI
# ---
# name: CI

on:
- push
# on:
# - push

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
scenario:
- ubuntu
steps:
- name: checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: Run Molecule tests
uses: onaio/molecule-action@master
with:
molecule_args: --all
# jobs:
# build:
# runs-on: ubuntu-latest
# strategy:
# fail-fast: false
# matrix:
# scenario:
# - ubuntu
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# path: "${{ github.repository }}"
# - name: Run Molecule tests
# uses: onaio/molecule-action@master
# with:
# molecule_args: --all

0 comments on commit d4b91a3

Please sign in to comment.