Skip to content

Commit 0f8a52c

Browse files
authored
ci: make playwright run seperately (#2122)
1 parent 4205c89 commit 0f8a52c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/check.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ jobs:
2626
- name: Validate code snippets
2727
run: pnpm validate:snippets
2828

29+
playwright:
30+
runs-on: ubuntu-latest
31+
steps:
32+
- uses: actions/checkout@v4
33+
34+
- uses: the-guild-org/shared-config/setup@main
35+
name: setup env
36+
with:
37+
packageManager: pnpm
38+
workingDirectory: ./
39+
40+
- name: Install Dependencies
41+
run: pnpm i
42+
2943
# per the docs: "caching browser binaries is not recommended,
3044
# since the amount of time it takes to restore the cache is
3145
# comparable to the time it takes to download the binaries"

0 commit comments

Comments
 (0)