We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7acbb commit 5b285e7Copy full SHA for 5b285e7
1 file changed
.github/workflows/php.yml
@@ -75,7 +75,7 @@ jobs:
75
defaults:
76
run:
77
shell: bash
78
- working-directory: /var/www/html/apps/
+ # working-directory: /var/www/html/apps/
79
name: PHP Unit Tests
80
needs:
81
- lint-php-syntax
@@ -115,7 +115,7 @@ jobs:
115
- name: Install and Cache Composer dependencies
116
uses: ramsey/composer-install@v3
117
with:
118
- working-directory: /var/www/html/apps/solid
+ working-directory: solid
119
env:
120
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
121
- name: Run PHPUnit
0 commit comments