Skip to content

Restore the Postgres tests #1544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 5, 2017
Merged

Conversation

dunglas
Copy link
Member

@dunglas dunglas commented Dec 5, 2017

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

.travis.yml Outdated
@@ -52,7 +52,7 @@ install:
script:
- vendor/bin/phpunit
- if [[ $APP_ENV != 'postgres' ]]; then vendor/bin/behat --format=progress; fi
- if [[ $APP_ENV = 'postgres' ]]; then vendor/bin/behat --tags='~@sqlite||@postgres' --format=progress; fi
- if [[ $APP_ENV = 'postgres' ]]; then vendor/bin/behat --tags='~@sqlite' --format=progress; fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note that postgres tags are filtered by default in the behat.yml.dist now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean I need to restore ~@sqlite||@postgres?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's good like this because CLI defined tags are replacing the ones from the config !

@dunglas dunglas merged commit 975f776 into api-platform:master Dec 5, 2017
@dunglas dunglas deleted the restore-pg-build branch December 5, 2017 15:49
dunglas added a commit that referenced this pull request Dec 5, 2017
hoangnd25 pushed a commit to hoangnd25/core that referenced this pull request Feb 23, 2018
hoangnd25 pushed a commit to hoangnd25/core that referenced this pull request Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants