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 3b95616 commit 24867e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tool_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
pip install -r ${{env.REQUIREMENTS_PATH}}
-
name: "Set PYTHONPATH"
run: echo "PYTHONPATH=$(pwd)/src" >> $GITHUB_ENV
run: |
echo $(pwd)
echo "PYTHONPATH=$(pwd)/src" >> $GITHUB_ENV
-
name: "Run TestToolIntegration"
run: python3 test/tool_integration/test_tool_integration.py

0 comments on commit 24867e0

Please sign in to comment.