chore(ci): run tests on release build

This commit is contained in:
Luke Tainton 2024-11-28 20:58:14 +00:00
parent 9ea669f0fa
commit 444b7010c4

View File

@ -5,6 +5,12 @@ on:
- cron: "0 9 * * 0"
jobs:
test:
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry-with-docker.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
create_release:
name: Create Release
uses: luketainton/gha-workflows/.github/workflows/create-release.yml@main