Skip to content

Commit 613c019

Browse files
committed
fix: use empty source_folder path
See PR graycoreio/github-actions-magento2#68
1 parent 3706838 commit 613c019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-upstream-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: graycoreio/github-actions-magento2/.github/workflows/integration.yaml@main
3838
with:
3939
package_name: mageos/demo-package
40-
source_folder: $GITHUB_WORKSPACE
40+
source_folder: ""
4141
matrix: ${{ needs.compute-nightly-service-versions.outputs.matrix }}
4242
test_command: ../../../vendor/bin/phpunit ../../../vendor/mageos/demo-package/Test/Integration
4343
fail-fast: false

0 commit comments

Comments
 (0)