diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b556bd..a613dfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,20 +15,15 @@ jobs: - name: Cargo build and test uses: devcontainers/ci@v0.3 with: + imageName: ghcr.io/vorausrobotik/voraus-ros-bridge-dev:latest runCmd: | - ls + bash .devcontainer/entrypoint.sh + ls -a ls .cargo cat .cargo/config.toml - cargo build --verbose + cargo build --verbose cargo test --verbose - lint: - runs-on: ubuntu-latest - steps: - - - name: Checkout (GitHub) - uses: actions/checkout@v4 - - name: Cargo Clippy uses: devcontainers/ci@v0.3 with: