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 bd6a541 commit a74b1a3Copy full SHA for a74b1a3
.github/workflows/todo.yml
@@ -36,12 +36,10 @@ jobs:
36
- name: Test
37
run: |
38
39
- cat demo/todo/doc/todo.sql
40
mysql -uroot -h 127.0.0.1 --port 3306 -pyourpassword my_apijson < demo/todo/doc/todo.sql
41
42
cd ./demo/todo
43
mv config.yaml.example config.yaml
44
- cat config.yaml
45
46
cd tests
47
go test -v
0 commit comments