mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-23 03:17:58 +02:00
chore: update dev dependencies
This commit is contained in:
@ -69,7 +69,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 --coverageDirectory=/tmp/coverage
|
||||
yarn run test --coverage --coverageDirectory=/tmp/coverage
|
||||
|
||||
FROM scratch AS test-coverage
|
||||
COPY --from=test /tmp/coverage /
|
||||
|
Reference in New Issue
Block a user