Skip to content

wip

wip #76

Workflow file for this run

name: "ci"
on:
push:
jobs:
run-all-test:
runs-on: ubuntu-latest
name: Run all test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: build
run: |
docker build -t ccc - < ./Dockerfile
- name: test
run: |
docker run --platform=linux/amd64 -v "${PWD}:/src" -w/src ccc make test