Skip to content

Commit b056f2b

Browse files
committed
Get directory
1 parent 37c151f commit b056f2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/php-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
3838
- name: Install dependencies
3939
run: composer install --prefer-dist --no-progress
40-
40+
41+
- name: Get directory
42+
run: ls -la
43+
4144
- name: Run PHPUnit
4245
run: composer run-script test
4346

0 commit comments

Comments
 (0)