Skip to content

Commit bb142f0

Browse files
maks-rafalkoalanpoulain
authored andcommitted
Fix tests
1 parent 0afbf48 commit bb142f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
- name: Clear test app cache
385385
run: tests/Fixtures/app/console cache:clear --ansi
386386
- name: Run Behat tests
387-
run: vendor/bin/behat --out=std --format=progress --profile=default --no-interaction
387+
run: vendor/bin/behat --out=std --format=progress --profile=default --no-interaction --tags '~@!lowest'
388388

389389
postgresql:
390390
name: Behat (PHP ${{ matrix.php }}) (PostgreSQL)

features/serializer/dummy_boolean.feature renamed to features/serializer/boolean_properties.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@!lowest
12
Feature: Serialization of boolean properties
23
In order to use an hypermedia API
34
As a client software developer

0 commit comments

Comments
 (0)