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

Migrate away from Travis ci #23

Closed
wants to merge 23 commits into from
Closed

Migrate away from Travis ci #23

wants to merge 23 commits into from

Conversation

veritem
Copy link
Contributor

@veritem veritem commented Mar 19, 2021

fix #22

Checklist

@veritem
Copy link
Contributor Author

veritem commented Mar 19, 2021

I'm not sure why tests are failing for these actions, even on my local environment tests seem to be broken

@mcollina
Copy link
Member

could you fuix them?

@veritem
Copy link
Contributor Author

veritem commented Mar 23, 2021

Anyone who knows what's wrong with running docker-compose in a workflow??

steps:
- uses: actions/checkout@v2
Copy link
Member

@Fdawgs Fdawgs Mar 24, 2021

Choose a reason for hiding this comment

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

checkout needs to be left in or else the workflow won't be able to access the repository and the contents.
This is why the CI workflow is currently failing for this PR, because it can't find the docker-compose file in the first place. 😁

@veritem
Copy link
Contributor Author

veritem commented Mar 24, 2021

@Fdawgs still not working is there anything I'm doing wrong??

@Fdawgs
Copy link
Member

Fdawgs commented Mar 24, 2021

@Fdawgs still not working is there anything I'm doing wrong??

Sorry, probably didn't explain that well.
- uses: actions/checkout@v2 needs to not be commented out.

@Eomm
Copy link
Member

Eomm commented Dec 20, 2021

fixed #21

@Eomm Eomm closed this Dec 20, 2021
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.

Migrate completely from Travis ci
4 participants