Skip to content

Commit f7062b5

Browse files
committed
Fix workflow by installing the right Framework version
1 parent 8167720 commit f7062b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@ jobs:
6060
rm -rf "$TEMP_EXTRACT_DIR"
6161
rm "$TEMP_ZIP"
6262
63-
- name: Debug configuration
63+
- name: Override framework version
6464
run: |
65-
# Fix the Author configuration in hyde.php to prevent the error
66-
CONFIG_FILE="/tmp/hyde-rc-runner/config/hyde.php"
67-
cat "$CONFIG_FILE"
65+
# TODO Remove this whole step when merged
66+
cd "/tmp/hyde-rc-runner"
67+
echo -e "\033[33mOverriding hyde/framework to dev-develop...\033[0m"
68+
composer require hyde/framework:dev-develop --no-progress
6869
6970
- name: Install test package
7071
run: |

0 commit comments

Comments
 (0)