Skip to content

Commit 542a39b

Browse files
authored
Update php.yml
1 parent 9902548 commit 542a39b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v1
11-
12-
- name: Move to backend directory
13-
run: cd backend
1411

1512
- name: Validate composer.json and composer.lock
1613
run: composer validate
14+
working-directory: backend
1715

1816
- name: Install dependencies
1917
run: composer install --prefer-dist --no-progress --no-suggest
18+
working-directory: backend
2019

2120
- name: Run PHPUnit tests
2221
run: composer exec phpunit --configuration phpunit.xml --teamcity
22+
working-directory: backend

0 commit comments

Comments
 (0)