From 2a8d702efecb54b8cb8ecc8c2a0ba36ae787cd55 Mon Sep 17 00:00:00 2001 From: subject026 Date: Thu, 26 Oct 2023 12:19:10 +0100 Subject: [PATCH] hmm --- .github/workflows/E2E.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/E2E.yml b/.github/workflows/E2E.yml index a51a20e..488c425 100644 --- a/.github/workflows/E2E.yml +++ b/.github/workflows/E2E.yml @@ -18,10 +18,10 @@ jobs: with: node-version: 18 cache: "pnpm" - run: pnpm site install + # run: pnpm site install - # - name: Install Dependencies - # run: pnpm site install + - name: Install Dependencies + run: pnpm site install - name: Lint run: pnpm site run lint @@ -38,15 +38,15 @@ jobs: with: node-version: 18 cache: "pnpm" - run: pnpm site install + # run: pnpm site install # - name: Setup pnpm # uses: pnpm/action-setup@v2 # with: # version: 8.8.0 - # - name: Install Dependencies - # run: pnpm site install + - name: Install Dependencies + run: pnpm site install - name: Run build run: pnpm site run build @@ -63,15 +63,15 @@ jobs: with: node-version: 18 cache: "pnpm" - run: pnpm site install + # run: pnpm site install # - name: Setup pnpm # uses: pnpm/action-setup@v2 # with: # version: 8.8.0 - # - name: Install Dependencies - # run: pnpm sites install + - name: Install Dependencies + run: pnpm sites install - name: Run build run: pnpm site run build