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.
1 parent 3152b59 commit 1502957Copy full SHA for 1502957
.github/workflows/run-tests.yml
@@ -2,9 +2,9 @@ name: run-tests
2
3
on:
4
push:
5
- branches: [master]
+ branches: [main]
6
pull_request:
7
8
9
jobs:
10
test:
@@ -37,11 +37,9 @@ jobs:
37
run: |
38
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
39
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
40
-
41
- name: Install dependencies
42
43
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
44
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
45
46
- name: Execute tests
47
run: vendor/bin/phpunit
0 commit comments