Skip to content

Commit

Permalink
preparation for pr test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Jan 3, 2024
1 parent 507800e commit 200c2af
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions .github/workflows/pycram-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,19 @@ on:
push:
branches:
- test-ci
- dev
- master
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
- dev
- test-ci
jobs:
Build_and_run_Tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Checkout pycram
uses: actions/checkout@v3
with:
path: 'ros_ws/src/pycram'
repository: ${{github.repository}}
Expand Down Expand Up @@ -92,10 +81,6 @@ jobs:
- name: install pytest
run: |
sudo pip3 install pytest
- name: print base_ref
run : |
echo $GITHUB_REPOSITORY
echo $GITHUB_REF_NAME
- name: start roscore
run: |
roslaunch pycram ik_and_description.launch &
Expand Down

0 comments on commit 200c2af

Please sign in to comment.