diff --git a/.github/workflows/laravel.yml b/.github/workflows/tests.yml similarity index 93% rename from .github/workflows/laravel.yml rename to .github/workflows/tests.yml index 2307b04..e8a968a 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Laravel +name: Tests on: push: @@ -8,7 +8,7 @@ on: jobs: laravel-tests: - + if: "!startsWith(github.event.head_commit.message, 'bump:')" runs-on: ubuntu-latest steps: @@ -36,8 +36,5 @@ jobs: DB_CONNECTION: sqlite DB_DATABASE: database/database.sqlite run: | - php artisan migrate php artisan test php ./vendor/bin/behat - -