fix: ci mix image
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline failed

This commit is contained in:
kekskurse 2025-03-12 17:03:59 +01:00
parent ff4b3002f8
commit cc6ce71a57

View file

@ -7,12 +7,12 @@ depends_on:
services: services:
- name: miniauth - name: miniauth
image: rg.fr-par.scw.cloud/namespace-miniauth/miniauth image: git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}
ports: ports:
- 8080 - 8080
steps: steps:
- name: test - name: test
image: git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA} image: mcr.microsoft.com/playwright:v1.51.0-noble
commands: commands:
- npx playwright test - npx playwright test