Skip to content

chore(deps): bump actions/checkout from 3 to 4 #5

chore(deps): bump actions/checkout from 3 to 4

chore(deps): bump actions/checkout from 3 to 4 #5

Workflow file for this run

name: Build and Test (Rolling)
on:
pull_request:
branches:
- master
paths:
- "rolling/**"
- ".github/workflows/test-rolling.yml"
- ".github/actions/test/action.yml"
schedule:
- cron: "0 2 * * 0" # Weekly on Sundays at 02:00
workflow_dispatch:
env:
DOCKER_USERNAME: tiryoh
DOCKER_IMAGENAME: ros2-desktop-vnc
jobs:
build:
strategy:
fail-fast: false
matrix:
arch: [arm64, amd64]
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: ./.github/actions/test
with:
ros-distro: rolling
arch: ${{ matrix.arch }}