Skip to content

Commit 1502957

Browse files
committed
update from template
1 parent 3152b59 commit 1502957

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: run-tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
test:
@@ -37,11 +37,9 @@ jobs:
3737
run: |
3838
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
3939
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
40-
4140
- name: Install dependencies
4241
run: |
4342
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4443
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
45-
4644
- name: Execute tests
4745
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)