Skip to content

Commit c5f9e0b

Browse files
committed
Update integration tests workflow to use new commands path
1 parent 0916d20 commit c5f9e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
- name: Run commands examples
7777
working-directory: examples
7878
run: |
79-
php commands/stores.php
80-
php examples/commands/message-stores.php
79+
php ../commands/stores.php
80+
php ../commands/message-stores.php
8181
8282
demo:
8383
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)