Skip to content
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

Adapted script for project setup to Github Actions #22

Merged
merged 1 commit into from
Nov 29, 2021
Merged

Conversation

mnocon
Copy link
Contributor

@mnocon mnocon commented Nov 8, 2021

JIRA: https://issues.ibexa.co/browse/IBX-1290

Github Actions runner is not a TTY by defalt (Not a tty actions/runner#241), so I've added the -T option (https://docs.docker.com/compose/reference/exec/)

I've added export of COMPOSE_FILE variable so that it's taken into account for docker-compose calls (it was not needed on Travis because it was always exported by the calling job).

Creating a default Behat configutation file allows us to remove it from the calling workflow. For example, -c=behat_ibexa_oss.yaml can be removed from https://github.com/ezsystems/ezplatform-admin-ui/blob/master/.travis.yml#L41-L42

@mnocon mnocon changed the title Disabled pseudo-tty allocation on docker-compose exec calls Adapted script for project setup to Github Actions Nov 17, 2021
@mnocon mnocon marked this pull request as ready for review November 17, 2021 14:07
@micszo micszo merged commit b606371 into 0.1 Nov 29, 2021
@micszo micszo deleted the ga-actions branch November 29, 2021 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants