Update test-only.yml

This commit is contained in:
dgtlmoon
2025-04-01 11:38:00 +02:00
committed by GitHub
parent d44f2f7556
commit b02634f21d

View File

@@ -28,19 +28,18 @@ jobs:
uses: ./.github/workflows/test-stack-reusable-workflow.yml
with:
python-version: '3.11'
#skip-pypuppeteer: true
test-application-3-12:
needs: lint-code
uses: ./.github/workflows/test-stack-reusable-workflow.yml
with:
python-version: '3.12'
#skip-pypuppeteer: true
skip-pypuppeteer: true
test-application-3-13:
needs: lint-code
uses: ./.github/workflows/test-stack-reusable-workflow.yml
with:
python-version: '3.13'
#skip-pypuppeteer: true
skip-pypuppeteer: true