Skip to content

Commit

Permalink
Added workflow for tool integration
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jul 26, 2024
1 parent 95ddf63 commit 495c261
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tool_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
-
name: "Set PYTHONPATH"
run: |
echo $(pwd)
echo $(ls)
echo "PYTHONPATH=$(pwd)/src"
echo "PYTHONPATH=$(pwd)/src" >> $GITHUB_ENV
-
name: "Run TestToolIntegration"
run: python3 test/tool_integration/test_tool_integration.py
run: |
export PYTHONPATH=$(pwd)/src
python3 ./test/tool_integration/test_tool_integration.py

0 comments on commit 495c261

Please sign in to comment.