Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Bump UBCSailbot/sailbot_workspace from 1.6.1 to 2.0.1 #127

Bump UBCSailbot/sailbot_workspace from 1.6.1 to 2.0.1

Bump UBCSailbot/sailbot_workspace from 1.6.1 to 2.0.1 #127

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
# Cancel in-progress runs for the current workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# CI for all UBCSailbot repositories defined in one place
# Runs another workflow: https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
test-definitions:
# sailbot_workspace: use locally-defined file
# other repositories: set to UBCSailbot/sailbot_workspace/.github/workflows/test_definitions.yml@<release>
uses: UBCSailbot/sailbot_workspace/.github/workflows/test_definitions.yml@v2.0.1

Check failure on line 21 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/tests.yml" -> "UBCSailbot/sailbot_workspace/.github/workflows/test_definitions.yml@v2.0.1" : failed to fetch workflow: workflow was not found.
# see https://github.com/UBCSailbot/sailbot_workspace/blob/main/.github/workflows/test_definitions.yml
# for documentation on the inputs and secrets below
with:
repository: ${{ github.event.repository.name }}
ros-ci: true
clang-tidy: false
rebuild-docs: true
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}