chore: ci use right package for playwrite test
This commit is contained in:
parent
1659fdaef8
commit
ff4b3002f8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,6 @@ services:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: kekskurse/miniauth:${CI_COMMIT_SHA}
|
image: git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}
|
||||||
commands:
|
commands:
|
||||||
- npx playwright test
|
- npx playwright test
|
||||||
|
|
|
||||||
Reference in a new issue