add junit-report-merger
Build and Push / build_and_publish_docker_image (push) Successful in 16m24s

This commit is contained in:
2026-05-28 16:22:38 -05:00
parent c01dea14e7
commit b835cd188f
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -20,6 +20,9 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /
apt-get clean && \
rm -rf /var/lib/apt/lists/*
# Install junit-report-merger
RUN npm install -g junit-report-merger
# Install Rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y