Skip to content

Commit a74b1a3

Browse files
committed
fix(workflows): reduce output
1 parent bd6a541 commit a74b1a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/todo.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ jobs:
3636
- name: Test
3737
run: |
3838
39-
cat demo/todo/doc/todo.sql
4039
mysql -uroot -h 127.0.0.1 --port 3306 -pyourpassword my_apijson < demo/todo/doc/todo.sql
4140
4241
cd ./demo/todo
4342
mv config.yaml.example config.yaml
44-
cat config.yaml
4543
4644
cd tests
4745
go test -v

0 commit comments

Comments
 (0)