We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a217b6e commit 9b0c95eCopy full SHA for 9b0c95e
1 file changed
.github/workflows/evri-api-tests.yml
@@ -67,7 +67,7 @@ jobs:
67
FEATURE_ARG="-Dcucumber.features=src/test/java/com/matschie/parcelshop/features/${{ github.event.inputs.feature_files }}"
68
fi
69
if [ -n "${{ github.event.inputs.cucumber_tags }}" ]; then
70
- TAG_ARG="-Dcucumber.filter.tags='${{ github.event.inputs.cucumber_tags }}'"
+ TAG_ARG="-Dcucumber.filter.tags=${{ github.event.inputs.cucumber_tags }}"
71
72
mvn clean test $FEATURE_ARG $TAG_ARG -Dtest=ParcelShopCucumberRunner
73
continue-on-error: true
0 commit comments