Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Install deps regardless of cache hit
Rūdolfs Ošiņš committed 2 years ago
commit f9b1e5bf79006364407b2e49cf54876c49a51e24
parent ef7a2659b560799615c83b5d4a05dd364bb3e852
1 file changed +4 -0
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;