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 16aee23194
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/playwright unknown status
chore: use docker hub in ci
2025-03-12 16:27:09 +01:00

18 lines
288 B
YAML

when:
- event: push
branch: main
depends_on:
- test
services:
- name: miniauth
image: rg.fr-par.scw.cloud/namespace-miniauth/miniauth
ports:
- 8080
steps:
- name: test
image: kekskurse/miniauth:${CI_COMMIT_SHA}
commands:
- npx playwright test