Skip to content

Commit

Permalink
Add WEBOTS_HOME to PATH before running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettle committed Sep 1, 2024
1 parent 980e7b0 commit 6a501fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_suite_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
python scripts/packaging/update_urls.py $(git log -1 --format='%H')
export TESTS_HOME=$PWD # required by cache group in the test suite
export WEBOTS_HOME="/c/Program Files/Webots"
export PATH="${WEBOTS_HOME}:${WEBOTS_HOME}/bin:$PATH"
export WEBOTS_HOME_PATH=$PWD # required for tests to find Makefile.include
export BRANCH_HASH=$(git log -1 --format='%H')
python tests/test_suite.py
Expand Down

0 comments on commit 6a501fe

Please sign in to comment.