Skip to content

Commit

Permalink
Change BASEDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 28, 2025
1 parent c03acc8 commit 6ef3c19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rolling-abi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ jobs:
ROS_DISTRO: [rolling, jazzy]
steps:
- uses: actions/checkout@v4
- uses: christophfroehlich/industrial_ci@no_rm
- uses: 'ros-industrial/industrial_ci@master'
env:
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
DOCKER_IMAGE: ghcr.io/sloretz/ros:${{ matrix.ROS_DISTRO }}-ros-base
ROS_REPO: testing
ABICHECK_URL: github:${{ github.repository }}#${{ github.base_ref }}
NOT_TEST_BUILD: true
BASEDIR: ${{ github.workspace }}/.work
- name: Check ABI files
run: ls -l /root/abicheck/${{ github.base_ref }}
- uses: actions/[email protected]
if: always()
with:
name: abi-checker-report-${{ matrix.ROS_DISTRO }}
path: /root/abicheck/${{ github.base_ref }}
path: ${{ github.workspace }}/.work/abicheck/${{ github.base_ref }}

0 comments on commit 6ef3c19

Please sign in to comment.