Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
23895bd82615258e99802b2a83c34c33e949acde
Remove continue-on-error from e2e tests
Sebastian Martinez
committed
2 years ago
commit 23895bd82615258e99802b2a83c34c33e949acde
parent
bf2e524a532d39ffcf204239cd5144b368143c4a
1 file changed
+0
-1
modified
.github/workflows/check-e2e.yml
@@ -3,7 +3,6 @@ on: push
jobs:
check-e2e:
-
continue-on-error: true
strategy:
matrix:
browser: [chromium]