2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

feat: init env in test

This commit is contained in:
耗子
2023-10-23 21:30:20 +08:00
parent 39039534ba
commit b62bcbaa73

View File

@@ -14,5 +14,8 @@ jobs:
go-version: 'stable'
- name: Install dependencies
run: sudo apt-get install -y curl jq
- name: Set up environment
run: |
cp panel-example.conf .env
- name: Run tests
run: go test ./...