From 1d70bd33f602d0e92e7696c31a77972945f48b4e Mon Sep 17 00:00:00 2001 From: Curtis Delicata Date: Sat, 8 Jun 2024 20:18:31 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28e0bb37..528eaad2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,17 +14,6 @@ env: DB_PASSWORD: secret jobs: - phpunit: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v4 - - uses: shivammathur/setup-php@v2 - with: - php-version: '8.3' - - name: 'PhpUnit' - run: | - sudo composer install - sudo php artisan test docker: if: github.event_name == 'push' runs-on: ubuntu-latest