Skip to content

Commit

Permalink
use step enviroment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rlehfeld committed May 1, 2024
1 parent ed38528 commit 4959a23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
run: |
pip install -e .
- name: Executing Robot Framework Tests
env:
PYTHONPATH: 'test'
run: |
python test/server.py 2>&1 &
sleep 3
PYTHONPATH=test robot test/ 2>&1
robot test/ 2>&1

0 comments on commit 4959a23

Please sign in to comment.