Skip to content

Commit

Permalink
Updating tests execution path to work across multiple OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Nov 22, 2024
1 parent 782030d commit e925704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
shell: bash
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
behavex .\\tests\\features\\*.feature
dir
behavex .\\tests\\features\\
else
behavex ./tests/features/*.feature
fi

0 comments on commit e925704

Please sign in to comment.