We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0414706 commit b61741eCopy full SHA for b61741e
.github/workflows/ci_cd_release.yml
@@ -292,7 +292,6 @@ jobs:
292
docker exec \
293
--workdir ${{ env.PYSTK_DIR }} \
294
"${STK_CONTAINER}" /bin/bash -c \
295
- "export COVERAGE_FILE=.cov/extensions && tox -e tests-extensions-cov"
296
"export COVERAGE_FILE=.cov/migration && tox -e tests-core-migration-cov"
297
298
- name: "Run the aviator tests"
@@ -311,7 +310,6 @@ jobs:
311
310
312
313
314
- "export COVERAGE_FILE=.cov/aviator && tox -e tests-core-aviator-graphics-cov-linux"
315
"export COVERAGE_FILE=.cov/stknogfx && tox -e tests-core-stk-nographics-cov-linux"
316
317
- name: "Run the graphics only stk tests"
0 commit comments