Skip to content

Add strategy matrix to test GitHub Action #39

Add strategy matrix to test GitHub Action

Add strategy matrix to test GitHub Action #39

Workflow file for this run

name: CI
on:
push:
branches:
- main
- spike/*
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml

Check failure on line 15 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/tests.yml" (source branch with sha:7b92a4ae0bf2e8d237d46a480214272cad9d04d9) : (Line: 12, Col: 20): Unexpected value 'false'
secrets: inherit