From 5b1cdadcd75d7c1d2c711be1aeda95fd6f2dd45f Mon Sep 17 00:00:00 2001 From: Philipp Caspers Date: Thu, 13 Jun 2024 11:04:01 +0200 Subject: [PATCH] ci: Run entrypoint script --- .github/workflows/ci.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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: