Skip to content

Commit 42d6c69

Browse files
committed
-
1 parent 7b3fcad commit 42d6c69

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,14 @@ jobs:
6868
- name: Build root packages
6969
run: php .github/build-packages.php
7070

71+
- name: Install root dependencies
72+
uses: ramsey/composer-install@v3
73+
with:
74+
working-directory: examples
75+
7176
- name: Run commands examples
72-
run: php examples/commands/stores.php
77+
working-directory: examples
78+
run: php commands/stores.php
7379

7480
demo:
7581
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)