Skip to content

Commit

Permalink
Adjust changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RandilaP committed Aug 16, 2023
1 parent 787da24 commit 9fa939c
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 @@ -34,7 +34,7 @@ jobs:
# key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Install dependencies
run: yarn install
run: yarn setup

- name: Install Playwright Browsers
run: yarn playwright install chromium --with-deps
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
# key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Install dependencies
run: yarn install
run: yarn setup

- name: Install Playwright Browsers
run: yarn playwright install chromium --with-deps
Expand Down

0 comments on commit 9fa939c

Please sign in to comment.