Skip to content

Commit

Permalink
split run
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Sep 26, 2023
1 parent 471cf27 commit 1c759b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
# required-ros-distributions: noetic
# - run: "source /opt/ros/noetic/setup.bash"
# docker pull osrf/ros:noetic-desktop
- name: Check Rosversion
uses: ./
- uses: ./
id: action-ros-ci
with:
target-ros1-distro: ${{ matrix.ros_distribution }}
run: rosversion -d
- run: rosversion -d
name: Check Rosversion
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
Expand Down

0 comments on commit 1c759b9

Please sign in to comment.