Skip to content

Commit

Permalink
add setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-qa committed Feb 10, 2024
1 parent c4acf36 commit 13e1980
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/robot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on: push
jobs:
run_test:
runs-on: ubuntu-latest
name: Run Robot Framework Tests
name: Setup Python and Run Tests
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Robot Framework
uses: joonvena/robotframework-docker-action@v1.0
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
robot_tests_dir: 'tests'
python-version: '3.9'
- run: pip install -r requirements.txt
- run: robot -d reports/ tests/*.robot

0 comments on commit 13e1980

Please sign in to comment.