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 9a13190 commit ffdd477Copy full SHA for ffdd477
.github/workflows/phpunit-32bits.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Set up dependencies
42
uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest
43
with:
44
- args: /bin/sh -c "ls -ahlp ${{ runner.workspace }}"
+ args: /bin/sh -c 'echo $GITHUB_WORKSPACEl && ls -ahlp /github/workspace"
45
# args: /bin/sh -c "composer install --no-interaction"
46
47
- name: Set up Nextcloud
0 commit comments