Add a command to run a given Linux CI job locally

This commit is contained in:
Jakub Beránek 2024-12-29 19:15:36 +01:00 committed by Jakub Beránek
parent 8ecd033654
commit 0cc11f8c48
2 changed files with 68 additions and 20 deletions

View file

@ -56,7 +56,7 @@ jobs:
- name: Calculate the CI job matrix
env:
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: python3 src/ci/github-actions/ci.py >> $GITHUB_OUTPUT
run: python3 src/ci/github-actions/ci.py calculate-job-matrix >> $GITHUB_OUTPUT
id: jobs
job:
name: ${{ matrix.name }}