[_] debug

This commit is contained in:
Max 2023-04-24 19:19:05 +08:00
parent 11eaa6602f
commit 8262801108

View file

@ -191,6 +191,7 @@ jobs:
echo ".:\n" && ls -l .
echo "..:\n" && ls -l ..
echo "../app:\n" && ls -l ../app
ping -c 1 -t 1 local.iqka.com
- name: Test Prepare
@ -202,6 +203,8 @@ jobs:
- name: Inspect
run: |
go run . run utils.env.Get MONGO_TEST_HOST
go run . run utils.env.Get REDIS_TEST_HOST
go run . inspect
- name: Run test
run: |