Unverified Commit bfc59cd2 authored by Yan Ru Pei's avatar Yan Ru Pei Committed by GitHub
Browse files

fix(ci): include benchmarks in test image (#7888)


Signed-off-by: default avatarPeaBrane <yanrpei@gmail.com>
parent 9ad38639
...@@ -26,3 +26,4 @@ USER dynamo ...@@ -26,3 +26,4 @@ USER dynamo
# Copy pytest configuration (markers, filterwarnings, asyncio_mode, etc.) # Copy pytest configuration (markers, filterwarnings, asyncio_mode, etc.)
COPY --chmod=664 --chown=dynamo:0 pyproject.toml /workspace/pyproject.toml COPY --chmod=664 --chown=dynamo:0 pyproject.toml /workspace/pyproject.toml
COPY --chmod=775 --chown=dynamo:0 benchmarks/ /workspace/benchmarks/
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment