diff --git a/.gitea/workflows/Laravel.yaml b/.gitea/workflows/Laravel.yaml index 2c84920..8b13276 100644 --- a/.gitea/workflows/Laravel.yaml +++ b/.gitea/workflows/Laravel.yaml @@ -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