We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9902548 commit 542a39bCopy full SHA for 542a39b
.github/workflows/php.yml
@@ -8,15 +8,15 @@ jobs:
8
9
steps:
10
- uses: actions/checkout@v1
11
-
12
- - name: Move to backend directory
13
- run: cd backend
14
15
- name: Validate composer.json and composer.lock
16
run: composer validate
+ working-directory: backend
17
18
- name: Install dependencies
19
run: composer install --prefer-dist --no-progress --no-suggest
20
21
- name: Run PHPUnit tests
22
run: composer exec phpunit --configuration phpunit.xml --teamcity
0 commit comments