Skip to content

Remove Docker CI workflow #1

Remove Docker CI workflow

Remove Docker CI workflow #1

Workflow file for this run

name: Docker CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
make build
make test