Skip to content

Commit

Permalink
comment CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Sep 24, 2024
1 parent 807c273 commit a0282d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ jobs:
name: Install Behat driver
run: vendor/bin/bdi detect drivers

-
name: Run CLI Behat
run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@cli&&~@todo" --suite-tags="@cli" || vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="@cli&&~@todo" --suite-tags="@cli" --rerun
# -
# name: Run CLI Behat
# run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@cli&&~@todo" --suite-tags="@cli" || vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="@cli&&~@todo" --suite-tags="@cli" --rerun

-
name: Run non-UI Behat
Expand Down

0 comments on commit a0282d8

Please sign in to comment.