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 5134fa6 commit 2a8d702
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2a8d702

Please sign in to comment.