BREAKING: repository structure change #36
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: test for docker-bake.json | |
permissions: | |
contents: read | |
on: | |
pull_request: | |
branches: | |
- master | |
paths: | |
- bakefiles/*.json | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
make_test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4.1.1 | |
- name: Run make test | |
run: make test |