Skip to content
Snippets Groups Projects
Commit 81f3bf60 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix(tests): bump playwright version

parent 73f9abfc
No related branches found
No related tags found
No related merge requests found
Pipeline #6991 passed
......@@ -175,7 +175,7 @@ lint:
test:
extends: .aura-runtime
stage: test
image: mcr.microsoft.com/playwright:v1.30.0-focal
image: mcr.microsoft.com/playwright:v1.39.0-focal
before_script:
- apt update -y && apt install -y make wait-for-it
- make build
......
FROM mcr.microsoft.com/playwright:v1.30.0-focal
FROM mcr.microsoft.com/playwright:v1.39.0-focal
RUN apt update -y && \
apt install -y make wait-for-it && \
apt-get clean -y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment