Skip to content

tests // still going #280

tests // still going

tests // still going #280

Workflow file for this run

name: Test
on:
push:
branches:
- master
jobs:
tests:
name:
Build and Test
runs-on:
ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: docker build . --tag mzn
- name: Run
run: docker run mzn