Skip to content

refactor: remove schema1 manifest #1

refactor: remove schema1 manifest

refactor: remove schema1 manifest #1

Workflow file for this run

on: push
name: make test
jobs:
maketest:
name: make test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test
run: DOCKER_API_VERSION=1.39 make dind dtest
shell: bash