We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2df6f13 + 42bca0a commit e394a18Copy full SHA for e394a18
.github/workflows/laravel.yml
@@ -0,0 +1,13 @@
1
+name: Laravel
2
+
3
+on: [push]
4
5
+jobs:
6
+ laravel-tests:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v1
10
+ - name: Install Dependencies
11
+ run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
12
+ - name: Execute tests (Unit and Feature tests) via PHPUnit
13
+ run: vendor/bin/phpunit
0 commit comments