Skip to content

Commit

Permalink
woo
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Oct 26, 2023
1 parent 7ca6fb3 commit 3cf5c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: pnpm site run build

test:
name: Playwright Testss
name: Playwright Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand All @@ -81,7 +81,7 @@ jobs:
# run: pnpm site install

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

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

0 comments on commit 3cf5c27

Please sign in to comment.