GITHUB_OUTPUT

This commit is contained in:
Elio Bischof
2024-11-27 12:22:20 +01:00
parent 80fd39ff3e
commit 6a03c58ee0

View File

@@ -18,9 +18,9 @@ jobs:
id: prepare-matrix
run: |
if [ -z "${{ github.event.schedule }}" ]; then
echo '::set-output name=matrix::["test:acceptance:qa", "test:acceptance:prod"]'
echo 'matrix=["test:acceptance:qa", "test:acceptance:prod"]' >> $GITHUB_OUTPUT
else
echo '::set-output name=matrix::["format --check", "lint", "test:unit", "test:integration", "test:acceptance"]'
echo 'matrix=["format --check", "lint", "test:unit", "test:integration", "test:acceptance"]' >> $GITHUB_OUTPUT
fi
quality: