Simplify migrations and redesign utility scripts.
This commit is contained in:
parent
19cc4d3d6e
commit
17217d56c2
8 changed files with 146 additions and 67 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: "run_tests.py"
|
||||
name: "E2ETests"
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
|
@ -9,6 +9,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
- name: run_tests.py
|
||||
- name: Run tests
|
||||
run: |
|
||||
./run_tests.py
|
||||
./util/test.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue