Use absolute path of python3 #70
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
name: Build and test | |
on: [pull_request] | |
jobs: | |
check-ubuntu-Dockerfile: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: docker build | |
uses: docker/build-push-action@v2 | |
with: | |
context: . | |
file: ./ubuntu-Dockerfile | |
# We cannot enable this CI job for now. | |
# check-debian-Dockerfile: | |
# | |
# runs-on: ubuntu-latest | |
# | |
# steps: | |
# - uses: actions/checkout@v2 | |
# - name: docker build | |
# uses: docker/build-push-action@v2 | |
# with: | |
# context: . | |
# file: ./debian-Dockerfile |