Merge pull request #54 from dshafranskiy-r7/snyk-and-codeowners #32
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: Docker Image Start Test | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
base-image: [node-alpine, node-bullseye] | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Start Test with base image ${{ matrix.base-image }} | |
run: BUILD_TYPE=${{ matrix.base-image }} make start-test |