From d8211f8e7a1adda1a04714dbf5ab12719d39fcb2 Mon Sep 17 00:00:00 2001 From: Samuele Sandrini Date: Thu, 22 Aug 2024 16:28:14 +0200 Subject: [PATCH] .github --- .github/workflows/jazzy.yml | 41 ------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .github/workflows/jazzy.yml diff --git a/.github/workflows/jazzy.yml b/.github/workflows/jazzy.yml deleted file mode 100644 index 75f8ea2..0000000 --- a/.github/workflows/jazzy.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: main - -on: - pull_request: - branches: - - main - push: - branches: - - main -jobs: - build-and-test: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-24.04] - fail-fast: false - steps: - - name: Setup ROS 2 - uses: ros-tooling/setup-ros@0.7.0 - with: - required-ros-distributions: jazzy - - - name: Checkout repository - uses: actions/checkout@v3 - - - name: install python dep - run: | - python3 -m pip install -r requirements.txt - - - name: build and test - uses: ros-tooling/action-ros-ci@0.3.3 - with: - package-name: vision_system - target-ros2-distro: jazzy - colcon-defaults: | - { - "test": { - "parallel-workers" : 1 - } - } -