18 lines
288 B
YAML
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
|