feature #8

Merged
XiaoLFeng merged 32 commits from feature into master 2023-06-29 13:25:35 +08:00
Showing only changes of commit 758eb988b1 - Show all commits

View File

@ -14,7 +14,7 @@ permissions:
jobs:
tests:
runs-on: centos
runs-on: ubuntu-latest
strategy:
fail-fast: true
@ -43,5 +43,5 @@ jobs:
- name: Generate app key
run: php artisan key:generate
- name: Execute tests
run: /phpunit
# - name: Execute tests
# run: /phpunit