Konstantinos Kaloutas 2 лет назад
Родитель
Сommit
a16cab826a
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      .github/workflows/e2e.yml

+ 2 - 1
.github/workflows/e2e.yml

@@ -33,6 +33,7 @@ jobs:
         uses: actions/setup-node@v3
         with:
           node-version: ${{ env.NODE_VERSION }}
+          cache: 'yarn'
           cache-dependency-path: |
             yarn.lock
             static/yarn.lock
@@ -73,7 +74,7 @@ jobs:
             ${{ runner.os }}-shadow-cljs-
 
       - name: Fetch yarn deps
-        run: npm install -g yarn && yarn install
+        run: yarn install
         env:
           PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true