Skip to content

Commit

Permalink
WEBUI-1601: debug mode ftest run
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Nov 18, 2024
1 parent eadcc10 commit db97fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
env:
RUN_ALL: false
BAIL: 0
run: mvn -ntp install -Pftest -DskipInstall
run: mvn -ntp install -Pftest -DskipInstall -X -e -Dcucumber.options="--plugin pretty --monochrome"

- name: Archive cucumber reports
if: ${{ always() }}
Expand Down

0 comments on commit db97fcc

Please sign in to comment.