You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: don't test against the latest version of the plugins over http on CI
It will fail the CI when we change the WIT interfaces, even though we
have green test.
Renamed the task `test-e2e-pluginlab-http` to
`test-e2e-pluginlab-http-latest` that should be run in local to check if
you have breaking changes
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,8 +253,9 @@ just test
253
253
```
254
254
255
255
```bash
256
-
# Runs e2e tests on the REPL using the plugins from the http server
257
-
just test-e2e-pluginlab-http
256
+
# Runs e2e tests on the REPL against the latest version of the plugins available at https://topheman.github.io/webassembly-component-model-experiments/plugins
257
+
# Launch to check for breaking changes with the WIT interface
0 commit comments