Skip to content

add path tests

add path tests #8

Workflow file for this run

name: Robot Framework CI
on: push
jobs:
test:
runs-on: ubuntu-latest
name: Setup Python and Run Tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Robot Framework
uses: joonvena/robotframework-docker-action@v1.0
with:
robot_tests_dir: 'tests'