chore: update dev dependencies

This commit is contained in:
CrazyMax
2023-09-10 05:28:33 +02:00
parent d280f9562f
commit 54c2561f69
7 changed files with 1486 additions and 1486 deletions

View File

@@ -71,7 +71,7 @@ ENV RUNNER_TOOL_CACHE=/tmp/github_tool_cache
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 /