Skip to content

Commit 1025413

Browse files
committed
chore(review): take into account some feedback
1 parent aa08d48 commit 1025413

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/responsive.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828

29-
- uses: oven-sh/setup-bun@v2
29+
- uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3
3030

3131
- name: Install dependencies
32-
run: bun install
32+
run: bun install --frozen-lockfile
3333

3434
# Build the docs with localhost URLs so the embedded sitemap + internal
3535
# links all resolve against the local preview server.

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Run: bun run docs:test:responsive
55
*
6-
* Tests live in scripts/responsive.spec.ts.
6+
* Tests live in scripts/responsive.pw.ts.
77
* They require a running VitePress preview server (bun run docs:preview).
88
* In CI the server is started by the responsive.yml workflow.
99
*/

0 commit comments

Comments
 (0)