diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 73dd492..54aea4d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: container: rust:1-slim steps: - name: Install system deps - run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates + run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates nodejs - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - run: cargo check --workspace @@ -28,7 +28,7 @@ jobs: container: rust:1-slim steps: - name: Install system deps - run: apt-get update && apt-get install -y --no-install-recommends git + run: apt-get update && apt-get install -y --no-install-recommends git nodejs - uses: actions/checkout@v4 - run: cargo fmt --all -- --check @@ -38,7 +38,7 @@ jobs: container: rust:1-slim steps: - name: Install system deps - run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates + run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates nodejs - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - run: cargo clippy --workspace -- -D warnings @@ -49,7 +49,7 @@ jobs: container: rust:1-slim steps: - name: Install system deps - run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates + run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates nodejs - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - run: cargo test --workspace