Skip to content

Approving cortex.yaml #28

Approving cortex.yaml

Approving cortex.yaml #28

Workflow file for this run

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