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: jobs:
tests: tests:
runs-on: centos runs-on: ubuntu-latest
strategy: strategy:
fail-fast: true fail-fast: true
@ -43,5 +43,5 @@ jobs:
- name: Generate app key - name: Generate app key
run: php artisan key:generate run: php artisan key:generate
- name: Execute tests # - name: Execute tests
run: /phpunit # run: /phpunit