Skip to content

Test strategy

Test strategy #1

Workflow file for this run

name: Test strategy
on: workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
test-group: [1, 2]
node: [14, 16]
steps:
- run: echo "Mock test logs" > test-job-${{ strategy.job-index }}.txt