This commit is contained in:
SamTV12345 2024-03-17 21:44:52 +01:00
parent 4dbf61efae
commit 6c340903f2

View file

@ -129,6 +129,5 @@ jobs:
while [ $(($(now) - $start)) -le 15 ] && ! can_connect; do while [ $(($(now) - $start)) -le 15 ] && ! can_connect; do
sleep 1 sleep 1
done done
cd src
pnpm exec playwright install chromium --with-deps pnpm exec playwright install chromium --with-deps
pnpm run test-ui --project=chromium pnpm run test-ui --project=chromium