mirror of https://github.com/halo-dev/halo
chore: upgrade the api-testing (e2e) to v0.0.16 (#5768)
* chore: upgrade the api-testing (e2e) to v0.0.16 * using the ghcr.io as the registrypull/5770/head
parent
b74f7c4463
commit
2aac668df2
|
@ -1,4 +1,4 @@
|
|||
FROM linuxsuren/api-testing:v0.0.14
|
||||
FROM ghcr.io/linuxsuren/api-testing:v0.0.16
|
||||
WORKDIR /workspace
|
||||
COPY testsuite.yaml .
|
||||
CMD [ "atest", "run", "-p", "testsuite.yaml", "--level=debug" ]
|
||||
|
|
Loading…
Reference in New Issue