Remove generate tests and use static test yaml. (#515)
* Remove generate tests and use static test yaml. Since there aren't any more variables in the test yaml, replace the shell script with a static YAML. * Print python version * Remove generate test step
This commit is contained in:
@@ -28,9 +28,6 @@ jobs:
|
||||
key: python-deps-cache-v1
|
||||
paths:
|
||||
- /root/.cache
|
||||
- run:
|
||||
name: Generate Tests
|
||||
command: bash tests/generate_tests.sh
|
||||
- run:
|
||||
environment:
|
||||
DB: postgres
|
||||
@@ -42,7 +39,9 @@ jobs:
|
||||
name: MySQL Test
|
||||
command: bash tests/test.sh
|
||||
- deploy:
|
||||
name: Deploy
|
||||
command: |
|
||||
python3 --version
|
||||
python3 deploy.py
|
||||
|
||||
workflows:
|
||||
|
||||
Reference in New Issue
Block a user