mirror of
https://github.com/docker/build-push-action.git
synced 2026-03-19 12:00:22 +08:00
switch from jest to vitest
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
10e90e3645
commit
db4ff6ca90
9 changed files with 1359 additions and 3401 deletions
|
|
@ -74,7 +74,7 @@ FROM deps AS test
|
|||
RUN --mount=type=bind,target=.,rw \
|
||||
--mount=type=cache,target=/src/.yarn/cache \
|
||||
--mount=type=cache,target=/src/node_modules \
|
||||
yarn run test --coverage --coverageDirectory=/tmp/coverage
|
||||
yarn run test --coverage --coverage.reportsDirectory=/tmp/coverage
|
||||
|
||||
FROM scratch AS test-coverage
|
||||
COPY --from=test /tmp/coverage /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue