Skip to content

Commit a28ba0e

Browse files
committed
ci: make playwright run seperately
1 parent 288e8ed commit a28ba0e

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
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"

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)