Skip to content

Commit 5b285e7

Browse files
authored
Refactor working directories in php.yml
Updated working directories for PHP Unit Tests and Composer installation.
1 parent 6f7acbb commit 5b285e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
defaults:
7676
run:
7777
shell: bash
78-
working-directory: /var/www/html/apps/
78+
# working-directory: /var/www/html/apps/
7979
name: PHP Unit Tests
8080
needs:
8181
- lint-php-syntax
@@ -115,7 +115,7 @@ jobs:
115115
- name: Install and Cache Composer dependencies
116116
uses: ramsey/composer-install@v3
117117
with:
118-
working-directory: /var/www/html/apps/solid
118+
working-directory: solid
119119
env:
120120
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
121121
- name: Run PHPUnit

0 commit comments

Comments
 (0)