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 118258b commit 0285592
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 @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
env:
REQUIREMENTS_PATH: 'requirements.txt'
PYTHONPATH: ${{ github.workspace }}/src
steps:
-
name: "Checkout Repository"
Expand All @@ -26,6 +25,9 @@ jobs:
pip install --upgrade pip
pip install wheel pylint
pip install -r ${{env.REQUIREMENTS_PATH}}
-
name: "Set PYTHONPATH"
run: echo "PYTHONPATH=$(pwd)/src" >> $GITHUB_ENV
-
name: "Run TestToolIntegration"
run: python3 test/tool_integration/test_tool_integration.py

0 comments on commit 0285592

Please sign in to comment.