Add integration tests to CI #82

Merged
wojtek merged 4 commits from 81---add-integration-tests-to-ci into main 2024-01-06 16:14:08 +01:00
Showing only changes of commit 39ba961ca7 - Show all commits

View File

@ -3,4 +3,5 @@ FROM docker.io/library/rust:1.75
RUN rustup component add clippy rustfmt RUN rustup component add clippy rustfmt
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
beets \
nodejs nodejs