switch playwright (e2e) to latest stable version

This commit is contained in:
Dmitry Verkhoturov
2024-07-30 20:23:06 -05:00
committed by Umputun
parent 95966f6407
commit d2027f5241
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -6,12 +6,14 @@ on:
paths:
- "frontend/apps/remark42/**"
- "frontend/e2e/**"
- "frontend/Dockerfile.e2e"
pull_request:
branches: [master]
paths:
- "frontend/apps/remark42/**"
- "frontend/e2e/**"
- "frontend/Dockerfile.e2e"
jobs:
tests:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.44-jammy
FROM mcr.microsoft.com/playwright:jammy
ENV CI true
WORKDIR /frontend