Update ci.md

Co-authored-by: Max Schmitt <max@schmitt.mx>
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
This commit is contained in:
KeisukeYamashita 2024-07-01 19:26:37 +02:00 committed by GitHub
parent 0fad484b6c
commit a209394e21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -615,7 +615,7 @@ steps:
- name: test - name: test
image: mcr.microsoft.com/playwright:v%%VERSION%%-jammy image: mcr.microsoft.com/playwright:v%%VERSION%%-jammy
commands: commands:
- npx playwright test --project=$PROJECT - npx playwright test
``` ```
## Caching browsers ## Caching browsers