Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
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]