Skip to content

Commit 4d9559c

Browse files
committed
change to shopware directory
1 parent 2979ff6 commit 4d9559c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/action/setup_shop/action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ runs:
1414

1515
- name: Set minimum stability to dev
1616
shell: bash
17-
run: composer config minimum-stability dev
17+
run: |
18+
cd shopware
19+
composer config minimum-stability dev
1820
1921
- name: Install Shopware
2022
shell: bash

0 commit comments

Comments
 (0)