From a209394e21f62b579f7761eb271fd890fc88cf01 Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Mon, 1 Jul 2024 19:26:37 +0200 Subject: [PATCH] Update ci.md Co-authored-by: Max Schmitt Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- docs/src/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ci.md b/docs/src/ci.md index 221328642d..b62f2ca980 100644 --- a/docs/src/ci.md +++ b/docs/src/ci.md @@ -615,7 +615,7 @@ steps: - name: test image: mcr.microsoft.com/playwright:v%%VERSION%%-jammy commands: - - npx playwright test --project=$PROJECT + - npx playwright test ``` ## Caching browsers