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 && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
# Install junit-report-merger
RUN npm install -g junit-report-merger
# Install Rust # Install Rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
+1
View File
@@ -9,6 +9,7 @@ The image can be pulled from `git.marinodev.com/marinodev/rust_gitea_ci:latest`
The image has the following for use in ci/cd The image has the following for use in ci/cd
- node - node
- [junit-report-merger](https://github.com/bhovhannes/junit-report-merger)
- docker - docker
- rust - rust
- clippy - clippy