Skip to content

Added docker job to build-and-test workflow. #211

Added docker job to build-and-test workflow.

Added docker job to build-and-test workflow. #211

Workflow file for this run

name: cicd-feature
on:
push:
branches:
- feature/*
pull_request:
branches:
- feature/*
jobs:
build-and-test:
uses: ./.github/workflows/build-and-test.yml

Check failure on line 13 in .github/workflows/cicd-feature.yml

View workflow run for this annotation

GitHub Actions / cicd-feature

Invalid workflow file

The workflow is not valid. In .github/workflows/cicd-feature.yml (Line: 13, Col: 11): Error from called workflow CrossBreezeNL/crossmodel/.github/workflows/build-and-test.yml@a1b7b7911ed0e7e3be58558ed316de400b990f90 (Line: 116, Col: 9): Unrecognized named-value: 'runner'. Located at position 13 within expression: always() && runner.os == 'Linux'