Skip to content

Commit

Permalink
ci: Run entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-caspers committed Jun 13, 2024
1 parent acb2b25 commit 20c7383
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,15 @@ jobs:
- name: Cargo build and test
uses: devcontainers/[email protected]
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/[email protected]
with:
Expand Down

0 comments on commit 20c7383

Please sign in to comment.