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 3462502 commit c19fc7dCopy full SHA for c19fc7d
.github/workflows/development_pipeline.yml
@@ -49,5 +49,5 @@ jobs:
49
APP_TEST_SETTINGS_MODULE: "config.TestingConfig"
50
FLASK_RUN_HOST: "0.0.0.0"
51
FLASK_RUN_PORT: "5000"
52
- run: python -m flask run
+ run: python -m flask tests
53
0 commit comments