mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-04-12 03:50:05 +00:00
chore: update dev dependencies
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
09e9b55aff
commit
229292ffef
5 changed files with 813 additions and 553 deletions
|
|
@ -63,7 +63,7 @@ RUN --mount=type=bind,target=.,rw \
|
|||
FROM deps AS test
|
||||
RUN --mount=type=bind,target=.,rw \
|
||||
--mount=type=cache,target=/src/node_modules \
|
||||
yarn run test --coverageDirectory=/tmp/coverage
|
||||
yarn run test --coverage --coverageDirectory=/tmp/coverage
|
||||
|
||||
FROM scratch AS test-coverage
|
||||
COPY --from=test /tmp/coverage /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue