fixed start after move

This commit is contained in:
bacon
2024-03-18 00:24:27 +03:00
parent 29246e7b97
commit 4c5a5718fc
2 changed files with 3 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ coverage:
paths: paths:
- ".qodana/cache" - ".qodana/cache"
variables: variables:
QODANA_TOKEN: "$qodana_token" QODANA_TOKEN: "$qodana_token2"
script: script:
- qodana --save-report --results-dir=$CI_PROJECT_DIR/.qodana/results --cache-dir=$CI_PROJECT_DIR/.qodana/cache --coverage-dir=$CI_PROJECT_DIR/coverage - qodana --save-report --results-dir=$CI_PROJECT_DIR/.qodana/results --cache-dir=$CI_PROJECT_DIR/.qodana/cache --coverage-dir=$CI_PROJECT_DIR/coverage
artifacts: artifacts:
@@ -74,7 +74,7 @@ qodana:
paths: paths:
- ".qodana/cache" - ".qodana/cache"
variables: variables:
QODANA_TOKEN: "$qodana_token" QODANA_TOKEN: "$qodana_token2"
script: script:
- qodana --save-report --results-dir=$CI_PROJECT_DIR/.qodana/results --cache-dir=$CI_PROJECT_DIR/.qodana/cache - qodana --save-report --results-dir=$CI_PROJECT_DIR/.qodana/results --cache-dir=$CI_PROJECT_DIR/.qodana/cache
artifacts: artifacts:

View File

@@ -2,5 +2,6 @@ disnake
psutil psutil
python-dotenv python-dotenv
pytest pytest
yandex-music
mock mock
pytest-asyncio pytest-asyncio