Skip to content

fix(ci): Change docker and bats parameter to run also in github actions #61

fix(ci): Change docker and bats parameter to run also in github actions

fix(ci): Change docker and bats parameter to run also in github actions #61

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
schedule:
# everry day at 06:00
- cron: "0 6 * * *"
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make