Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Fix visual spec breakage
Merged rudolfs opened 2 years ago

check check-visual check-unit-test check-httpd-api-unit-test check-e2e check-build

πŸ‘‰ Preview
πŸ‘‰ Workflow runs
πŸ‘‰ Branch on GitHub

We need to always install deps because they can’t be cached.

1 file changed +4 -0 ef7a2659 β†’ f9b1e5bf
modified .github/workflows/check-visual.yml
@@ -48,6 +48,10 @@ jobs:
        if: steps.playwright-dep-cache.outputs.cache-hit != 'true'
        run: npx playwright install chromium webkit --with-deps

+
      - name: Install Playwright dependencies
+
        if: steps.playwright-dep-cache.outputs.cache-hit == 'true'
+
        run: npx playwright install-deps
+

      - name: Install Radicle binaries
        run: |
          mkdir -p tests/artifacts;