Skip to content

Commit

Permalink
switch playwright (e2e) to latest stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal authored and umputun committed Jul 31, 2024
1 parent 95966f6 commit d2027f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.44-jammy
FROM mcr.microsoft.com/playwright:jammy

ENV CI true
WORKDIR /frontend
Expand Down

0 comments on commit d2027f5

Please sign in to comment.