Skip to content

Commit

Permalink
Update pest tests action name
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed May 30, 2024
1 parent 34087f1 commit e114789
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ on: [ push, pull_request, workflow_dispatch ]

jobs:
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest ]
php: [ 8.2, 8.3 ]
env:
DB_DATABASE: testbench
DB_USERNAME: root
DB_PASSWORD: root

name: PHP ${{ matrix.php }} - ${{ matrix.os }}
name: PHP ${{ matrix.php }} - Pest Tests

services:
mysql:
Expand Down

0 comments on commit e114789

Please sign in to comment.