Skip to content

Commit

Permalink
Merge pull request #1 from Gabrielcefetzada/fix-pipeline
Browse files Browse the repository at this point in the history
fix: compose update na pipeline
  • Loading branch information
Gabrielcefetzada authored Jun 4, 2024
2 parents 02e2c90 + 08124f0 commit 9887ddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: '8.0'
php-version: '8.2'
- uses: actions/checkout@v4
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
Expand All @@ -28,8 +28,8 @@ jobs:
run: |
mkdir -p database
touch database/database.sqlite
- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
- name: Execute tests (Feature tests only)
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: php artisan test
run: php artisan test --testsuite=Feature

0 comments on commit 9887ddd

Please sign in to comment.