Skip to content

Commit

Permalink
do not try to install deps again
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Nov 14, 2023
1 parent 753850b commit 2e7ed87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
version: 8
- name: Install Dependencies
run: pnpm install && pnpm playwright install --with-deps
run: pnpm install
shell: sh
- name: Build Application
run: pnpm run build
Expand Down

0 comments on commit 2e7ed87

Please sign in to comment.