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 9751709 commit 6ae8f58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: yarn install

- name: Install Dependencies
run: pnpm install
run: pnpm site install

- name: Lint
run: pnpm site run lint
Expand All @@ -45,7 +45,7 @@ jobs:
version: 8.8.0

- name: Install Dependencies
run: pnpm install
run: pnpm site install

- name: Run build
run: pnpm site run build
Expand All @@ -69,7 +69,7 @@ jobs:
version: 8.8.0

- name: Install Dependencies
run: pnpm install
run: pnpm sites install

- name: Run build
run: pnpm site run build
Expand Down

0 comments on commit 6ae8f58

Please sign in to comment.