Skip to content

chore(deps): bump codecov/codecov-action from 2 to 4 #5

chore(deps): bump codecov/codecov-action from 2 to 4

chore(deps): bump codecov/codecov-action from 2 to 4 #5

name: build-and-test-arm-pr
on:
pull_request:
types:
- opened
- synchronize
- labeled
workflow_dispatch:
jobs:
prevent-no-label-execution:
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@tier4/proposal

Check failure on line 13 in .github/workflows/build-and-test-arm-pr.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-test-arm-pr.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build-and-test-arm-pr.yaml" -> "autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@tier4/proposal" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
label: ARM64
build-and-test-arm:
needs: prevent-no-label-execution
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
runs-on: [self-hosted, linux, ARM64]
container: ros:galactic
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal
- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@tier4/proposal
with:
rosdistro: galactic
- name: Get modified packages
id: get-modified-packages
uses: autowarefoundation/autoware-github-actions/get-modified-packages@tier4/proposal
- name: Build and test
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
uses: autowarefoundation/autoware-github-actions/colcon-build-and-test@tier4/proposal
with:
rosdistro: galactic
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
build-depends-repos: build_depends.repos