development mode watcher should restart on yaml file changes #20
Workflow file for this run
This file contains hidden or 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: Test container build | |
| on: [pull_request, workflow_dispatch] | |
| jobs: | |
| docker: | |
| runs-on: ubuntu-22.04 | |
| name: Docker Test | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: docker build | |
| run: docker build . -t metacpan/metacpan-base:test |