Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Disable Firefox e2e tests on CI
Rūdolfs Ošiņš committed 2 years ago
commit 709450cbac9202ec4060b990e685e8b2ab855655
parent efcb287c8779461e11d1f7b5ba2aa3b6af2577db
2 files changed +3 -3
modified .github/workflows/check-e2e.yml
@@ -6,7 +6,7 @@ jobs:
    continue-on-error: true
    strategy:
      matrix:
-
        browser: [chromium, firefox]
+
        browser: [chromium]
    timeout-minutes: 30
    runs-on: ubuntu-latest
    steps:
@@ -28,7 +28,7 @@ jobs:

      - name: Install Playwright browsers
        if: steps.playwright-dep-cache.outputs.cache-hit != 'true'
-
        run: npx playwright install chromium firefox
+
        run: npx playwright install chromium

      - name: Install Radicle binaries
        run: |
modified .github/workflows/check-visual.yml
@@ -46,7 +46,7 @@ jobs:

      - name: Install Playwright browsers
        if: steps.playwright-dep-cache.outputs.cache-hit != 'true'
-
        run: npx playwright install chromium firefox
+
        run: npx playwright install chromium

      - name: Install Radicle binaries
        run: |