Skip to content

Commit

Permalink
Update test.yml, fix bugs v2
Browse files Browse the repository at this point in the history
  • Loading branch information
onur-ulusoy committed Jun 26, 2023
1 parent 7e3bba8 commit ed8ae2a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,8 @@ jobs:
with:
python-version: 3.9

- name: Navigate to runtime environment
run: cd runtime-environment/

- name: Set PYTHONPATH
run: export PYTHONPATH=${PYTHONPATH}:$PWD

- name: Run Robot Framework tests
run: robot --outputdir robot_log test_runner.robot
run: |
cd runtime-environment/
export PYTHONPATH=${PYTHONPATH}:$PWD
robot --outputdir robot_log test_runner.robot

0 comments on commit ed8ae2a

Please sign in to comment.