Skip to content

Commit 1e0d61f

Browse files
committed
do platform replacement for tests too
1 parent c0a32ae commit 1e0d61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
echo "HTTP server started on port 8000 (PID: $HTTP_SERVER_PID)"
162162
echo "Bundle accessible at: http://localhost:8000/${{ needs.build-and-bundle.outputs.bundle_filename }}"
163163
164-
- name: Modify examples to use bundled platform
164+
- name: Modify examples and tests to use bundled platform
165165
run: |
166166
# Replace local platform path with HTTP URL in all examples
167167
for example in examples/*.roc; do

0 commit comments

Comments
 (0)