Skip to content

matrix.style for more leather #5

matrix.style for more leather

matrix.style for more leather #5

Workflow file for this run

name: Test Runner
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
strategy:
matrix:
style: [d, r, a]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- run: ./m ${{matrixstyle}} test

Check failure on line 22 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Test Runner

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 22, Col: 12): Unrecognized named-value: 'matrixstyle'. Located at position 1 within expression: matrixstyle