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:
- ".qodana/cache"
variables:
QODANA_TOKEN: "$qodana_token"
QODANA_TOKEN: "$qodana_token2"
script:
- qodana --save-report --results-dir=$CI_PROJECT_DIR/.qodana/results --cache-dir=$CI_PROJECT_DIR/.qodana/cache --coverage-dir=$CI_PROJECT_DIR/coverage
artifacts:
@@ -74,7 +74,7 @@ qodana:
paths:
- ".qodana/cache"
variables:
QODANA_TOKEN: "$qodana_token"
QODANA_TOKEN: "$qodana_token2"
script:
- qodana --save-report --results-dir=$CI_PROJECT_DIR/.qodana/results --cache-dir=$CI_PROJECT_DIR/.qodana/cache
artifacts:

View File

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