Skip to content

Commit b61741e

Browse files
committed
fix(ci): remove duplicated commands (#818)
1 parent 0414706 commit b61741e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci_cd_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ jobs:
292292
docker exec \
293293
--workdir ${{ env.PYSTK_DIR }} \
294294
"${STK_CONTAINER}" /bin/bash -c \
295-
"export COVERAGE_FILE=.cov/extensions && tox -e tests-extensions-cov"
296295
"export COVERAGE_FILE=.cov/migration && tox -e tests-core-migration-cov"
297296
298297
- name: "Run the aviator tests"
@@ -311,7 +310,6 @@ jobs:
311310
docker exec \
312311
--workdir ${{ env.PYSTK_DIR }} \
313312
"${STK_CONTAINER}" /bin/bash -c \
314-
"export COVERAGE_FILE=.cov/aviator && tox -e tests-core-aviator-graphics-cov-linux"
315313
"export COVERAGE_FILE=.cov/stknogfx && tox -e tests-core-stk-nographics-cov-linux"
316314
317315
- name: "Run the graphics only stk tests"

0 commit comments

Comments
 (0)