Skip to content

Print test names instead of descriptions in self-validation output #141

Print test names instead of descriptions in self-validation output

Print test names instead of descriptions in self-validation output #141

Workflow file for this run

---
name: Build on Push
on:
push: # On push to any branch
workflow_dispatch: # Allow manual trigger
schedule: # 5PM UTC every Monday
- cron: '0 17 * * 1'
jobs:
build:
name: Build
permissions:
actions: read
contents: read
pull-requests: write
security-events: write
uses: ./.github/workflows/build.yaml
with:
version: 0.0.0-run.${{ github.run_number }}
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}