feat: 优化 shell 执行错误处理

This commit is contained in:
耗子
2023-10-23 21:48:02 +08:00
parent b62bcbaa73
commit fe66704aaf
3 changed files with 18 additions and 3 deletions
+1
View File
@@ -17,5 +17,6 @@ jobs:
- name: Set up environment
run: |
cp panel-example.conf .env
go run . artisan key:generate
- name: Run tests
run: go test ./...