Skip to content

Add a test workflow

Add a test workflow #2

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
install: true
- name: Run mpyl
uses: ./.github/run-mpyl
env:
DOCKER_BUILDKIT: 1
with:
mpyl-command: build status