Skip to content

Commit 9b0c95e

Browse files
committed
yml update
1 parent a217b6e commit 9b0c95e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/evri-api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
FEATURE_ARG="-Dcucumber.features=src/test/java/com/matschie/parcelshop/features/${{ github.event.inputs.feature_files }}"
6868
fi
6969
if [ -n "${{ github.event.inputs.cucumber_tags }}" ]; then
70-
TAG_ARG="-Dcucumber.filter.tags='${{ github.event.inputs.cucumber_tags }}'"
70+
TAG_ARG="-Dcucumber.filter.tags=${{ github.event.inputs.cucumber_tags }}"
7171
fi
7272
mvn clean test $FEATURE_ARG $TAG_ARG -Dtest=ParcelShopCucumberRunner
7373
continue-on-error: true

0 commit comments

Comments
 (0)