2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

fix: test

This commit is contained in:
耗子
2023-11-10 01:49:05 +08:00
parent b769032990
commit 63c4e27806
6 changed files with 48 additions and 83 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up environment
run: |
cp panel-example.conf .env
echo "DB_FILE=database/panel.db" >> .env
echo "DB_FILE=$(pwd)/database/panel.db" >> .env
go run . artisan key:generate
go run . artisan migrate
- name: Run tests