We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4205c89 commit 0f8a52cCopy full SHA for 0f8a52c
.github/workflows/check.yml
@@ -26,6 +26,20 @@ jobs:
26
- name: Validate code snippets
27
run: pnpm validate:snippets
28
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
43
# per the docs: "caching browser binaries is not recommended,
44
# since the amount of time it takes to restore the cache is
45
# comparable to the time it takes to download the binaries"
0 commit comments