Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata authored Jun 8, 2024
1 parent 074f607 commit 1d70bd3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d70bd3

Please sign in to comment.