Skip to content

Commit

Permalink
Change config of gha build
Browse files Browse the repository at this point in the history
  • Loading branch information
liszkapawel committed Feb 19, 2024
1 parent 66d37b3 commit 163521f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,3 @@ jobs:
-
name: Run PHPUnit
run: vendor/bin/phpunit --colors=always

-
name: Run Behat
run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun

-
name: Upload Behat logs
uses: actions/upload-artifact@v3
if: failure()
with:
name: Behat logs
path: etc/build/
if-no-files-found: ignore

0 comments on commit 163521f

Please sign in to comment.