Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Oct 26, 2023
1 parent 6ae8f58 commit 5134fa6
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .github/workflows/E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
run: yarn install
cache: "pnpm"
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
Expand All @@ -38,14 +38,15 @@ jobs:
with:
node-version: 18
cache: "pnpm"
run: pnpm site install

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.8.0
# - 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
Expand All @@ -62,14 +63,15 @@ jobs:
with:
node-version: 18
cache: "pnpm"
run: pnpm site install

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.8.0
# - 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
Expand Down

0 comments on commit 5134fa6

Please sign in to comment.