Skip to content

feat: use parallel jobs in github actions #1

feat: use parallel jobs in github actions

feat: use parallel jobs in github actions #1

Workflow file for this run

name: Matrix
on:
push:
branches: [next]
pull_request:
permissions:
contents: read
jobs:
version-matrix:
strategy:
fail-fast: false
matrix:
node-version: [20]
runner: [ubuntu-latest, windows-latest, macos-14]
uses: ./.github/workflows/ci-common.yml

Check failure on line 18 in .github/workflows/matrix.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/matrix.yml

Invalid workflow file

error parsing called workflow ".github/workflows/matrix.yml" -> "./.github/workflows/ci-common.yml" : failed to fetch workflow: workflow was not found.
with:
node-version: ${{ matrix.node-version }}
runner: ${{ matrix.runner }}
secrets: inherit