Simplify migrations and redesign utility scripts.

This commit is contained in:
Michael House 2022-06-29 00:18:14 -05:00 committed by GitHub
parent 19cc4d3d6e
commit 17217d56c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 146 additions and 67 deletions

View file

@ -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