change Ping to check for Docker header #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |