GitHub Actions Advanced
May 30, 2026 | 5 min read
Matrix Builds
strategy:
matrix:
python: ["3.11", "3.12"]
opt: [2, 3]Benchmark Reporting
- run: pyvorin benchmark app.py --runs 10 > benchmark.txt
- uses: actions/upload-artifact@v4
with:
name: benchmark-results
path: benchmark.txt