Skip to content

updated branch trigger #2

updated branch trigger

updated branch trigger #2

Workflow file for this run

name: CI standalone
defaults:
run:
shell: bash -ieo pipefail {0}
on:
push:
branches:
- test-ci
pull_request:
branches:
- master
- devel
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'info'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
jobs:
build_dependencies:
uses: ./.github/workflows/setup_dependencies.yml

Check failure on line 30 in .github/workflows/main_ci.yml

View workflow run for this annotation

GitHub Actions / CI standalone

Invalid workflow file

The workflow is not valid. In .github/workflows/main_ci.yml (Line: 30, Col: 11): Error from called workflow Tigul/pycram-1/.github/workflows/setup_dependencies.yml@92259f4dc54b8558768f025fdd92a476ce9d96ff (Line: 19, Col: 7): Unexpected value 'run' In .github/workflows/main_ci.yml (Line: 30, Col: 11): Error from called workflow Tigul/pycram-1/.github/workflows/setup_dependencies.yml@92259f4dc54b8558768f025fdd92a476ce9d96ff (Line: 16, Col: 7): Required property is missing: uses
execute_test:
needs: [ build_dependencies ]
runs-on: ubuntu-20.04
steps:
- name: start roscore
run: roslaunch pycram ik_and_description &
- name: Run Tests
run: |
roscd pycram
python3 -m unittest discover test