This repository has been archived on 2025-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
miniauthold/.woodpecker/playwright.yaml
kekskurse 974ef4a1ff
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline failed
fix: ci2
2025-03-12 18:46:09 +01:00

22 lines
403 B
YAML

when:
- event: push
branch: main
depends_on:
- test
services:
- name: miniauth
image: git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}
ports:
- 8080
steps:
- name: playwright
image: mcr.microsoft.com/playwright:v1.50.0
commands:
- cd playwright;
- npm install
- npx playwright install
- npx playwright test
- cat /root/.npm/_logs/*