Skip to content

Commit

Permalink
modify relative location for GHA
Browse files Browse the repository at this point in the history
Modify the dir where tests are run for tradebot_folder
  • Loading branch information
elowy01 committed Dec 7, 2024
1 parent b92ba61 commit 4d1e74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/forex_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: |
export PYTHONPATH=$PWD
export TOKEN=${{ secrets.OANDA_TOKEN }}
pip install pytest && cd tests/trade_bot/
pytest -s -v
pip install pytest && cd tests
pytest -s -v trade_bot/
- name: Test trading_journal library with pytest
run: |
export PYTHONPATH=$PWD
Expand Down

0 comments on commit 4d1e74d

Please sign in to comment.