We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0d61f commit f3d8287Copy full SHA for f3d8287
1 file changed
.github/workflows/release.yml
@@ -164,7 +164,7 @@ jobs:
164
- 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
+ for example in examples/*.roc tests/*.roc; do
168
sed -i.bak "s|platform \"../platform/main.roc\"|platform \"http://localhost:8000/${{ needs.build-and-bundle.outputs.bundle_filename }}\"|g" "$example"
169
done
170
0 commit comments