-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Conversation
I'm not sure why tests are failing for these actions, even on my local environment tests seem to be broken |
could you fuix them? |
Anyone who knows what's wrong with running docker-compose in a workflow?? |
steps: | ||
- uses: actions/checkout@v2 |
There was a problem hiding this comment.
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. 😁
@Fdawgs still not working is there anything I'm doing wrong?? |
Sorry, probably didn't explain that well. |
fixed #21 |
fix #22
Checklist
npm run test
andnpm run benchmark
and the Code of conduct