Skip to content

Commit

Permalink
Fixing windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Nov 22, 2024
1 parent 7ec11cb commit 06bbcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
dir
behavex .\\tests\\features\\
behavex tests\\features\\
else
behavex ./tests/features/*.feature
fi

0 comments on commit 06bbcfe

Please sign in to comment.