Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 971963d

Browse files
author
Andrey Helldar
committed
Updated GitHub actions
1 parent 0ed5035 commit 971963d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/laravel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs :
3333
composer update --prefer-stable --prefer-dist --no-progress --no-interaction
3434
3535
- name : Execute tests
36-
run : vendor/bin/phpunit tests/Laravel
36+
run : sudo vendor/bin/phpunit tests/Laravel

.github/workflows/native.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs :
3030
run : composer update --prefer-stable --prefer-dist --no-progress --no-interaction
3131

3232
- name : Execute tests
33-
run : vendor/bin/phpunit tests/Native
33+
run : sudo vendor/bin/phpunit tests/Native

0 commit comments

Comments
 (0)