From 92c72f1feaf2937ab721eac21ba28883a12855f8 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Wed, 12 Mar 2025 17:56:32 +0100 Subject: [PATCH] fix: ci --- .woodpecker/playwright.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/playwright.yaml b/.woodpecker/playwright.yaml index 103f94c..1654b53 100644 --- a/.woodpecker/playwright.yaml +++ b/.woodpecker/playwright.yaml @@ -15,4 +15,5 @@ steps: - name: test image: mcr.microsoft.com/playwright:v1.51.0-noble commands: - - cp -R playwright/* ./; npx playwright test + - cp -R playwright/* ./ + - npx playwright test