docker-node/.github/workflows/10-buster.yml

25 lines
451 B
YAML

name: 10 on buster
on:
push:
paths:
- functions.sh
- test-build.sh
- test-image.bats
- 10/buster/Dockerfile
pull_request:
paths:
- functions.sh
- test-build.sh
- test-image.bats
- 10/buster/Dockerfile
jobs:
build:
name: 10 on buster
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install bats
- run: ./test-build.sh 10 buster