We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a32ae commit 1e0d61fCopy full SHA for 1e0d61f
.github/workflows/release.yml
@@ -161,7 +161,7 @@ jobs:
161
echo "HTTP server started on port 8000 (PID: $HTTP_SERVER_PID)"
162
echo "Bundle accessible at: http://localhost:8000/${{ needs.build-and-bundle.outputs.bundle_filename }}"
163
164
- - name: Modify examples to use bundled platform
+ - name: Modify examples and tests to use bundled platform
165
run: |
166
# Replace local platform path with HTTP URL in all examples
167
for example in examples/*.roc; do
0 commit comments