浏览代码

remove bad command

Masen Furer 4 月之前
父节点
当前提交
1e52354d21
共有 1 个文件被更改,包括 0 次插入2 次删除
  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'