fix #662 add missing cpanfile.test to release tar #135
Workflow file for this run
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 Docker | |
on: | |
push: | |
branches-ignore: | |
- master | |
tags-ignore: | |
- "*" | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
docker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run test within image | |
run: docker build --target test . |