Sfoglia il codice sorgente

remove bad command

Masen Furer 4 mesi fa
parent
commit
1e52354d21
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      .github/workflows/integration_app_harness.yml

+ 0 - 2
.github/workflows/integration_app_harness.yml

@@ -54,8 +54,6 @@ jobs:
           path: |
             ~/.cache/ms-playwright
           key: ${{ runner.os }}-playwright-${{ hashFiles('**/poetry.lock') }}
-      - name: Install dependencies
-        run: npm ci
       - name: Install playwright deps
         run: poetry run playwright install chromium
         if: steps.playwright-cache.outputs.cache-hit != 'true'