Skip to content

Commit 95c9b72

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent b64fea2 commit 95c9b72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/browser-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
- name: Install Playwright Dependencies
4040
run: npm install playwright@latest
4141

42-
- name: Install Playwright browsers
42+
- name: Install Playwright Browsers
4343
run: npx playwright install --with-deps
4444

45-
- name: Add laravel-labs/starter-kit-browser-tests repository
45+
- name: Add `laravel-labs/starter-kit-browser-tests` Repository
4646
run: |
4747
composer config repositories.browser-tests '{"type": "vcs", "url": "https://github.com/laravel-labs/starter-kit-browser-tests"}' --file composer.json
4848
composer remove "phpunit/phpunit" --dev --no-update
@@ -57,7 +57,7 @@ jobs:
5757
- name: Generate Application Key
5858
run: php artisan key:generate
5959

60-
- name: Setup test environment
60+
- name: Setup Test Environment
6161
run: |
6262
cp vendor/laravel-labs/starter-kit-browser-tests/phpunit.xml.dist .
6363
rm phpunit.xml

0 commit comments

Comments
 (0)