Skip to content

Commit

Permalink
ci(GitHub-Workflow): rename tests workflow
Browse files Browse the repository at this point in the history
Rename tests workflow to improve accuracy between filename and contents
  • Loading branch information
renedekat committed Sep 5, 2024
1 parent 7f7f374 commit 224cbda
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/laravel.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Laravel
name: Tests

on:
push:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
laravel-tests:

if: "!startsWith(github.event.head_commit.message, 'bump:')"
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -36,8 +36,5 @@ jobs:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: |
php artisan migrate
php artisan test
php ./vendor/bin/behat

0 comments on commit 224cbda

Please sign in to comment.