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

fix(circleci): add new checks attempt 2 #486

Merged
merged 3 commits into from
Mar 13, 2021
Merged

fix(circleci): add new checks attempt 2 #486

merged 3 commits into from
Mar 13, 2021

Conversation

WikiRik
Copy link
Member

@WikiRik WikiRik commented Feb 8, 2021

Only new change is that I've removed the nodemon from the Dockerfile CMD. It should already be executed in dev because of the docker-compose.dev.yml

@codecov
Copy link

codecov bot commented Feb 8, 2021

Codecov Report

Merging #486 (0d52de3) into master (77b5420) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #486   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           38        38           
  Lines         1877      1877           
  Branches       342       342           
=========================================
  Hits          1877      1877           
Impacted Files Coverage Δ
lib/events.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 77b5420...0d52de3. Read the comment docs.


CMD sh /usr/app/scripts/bootstrap.sh && nodemon -e "js,json" lib/run.js
CMD ["sh", "-c", "/usr/app/scripts/bootstrap.sh && nodemon -e 'js,json' lib/run.js"]
Copy link
Member

Choose a reason for hiding this comment

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

I'm unsure if it will work that way, can you double check?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, I will

Copy link
Member Author

Choose a reason for hiding this comment

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

If I rebuild statutory locally, that should be enough for testing right? Or is there a better way to test it?

Copy link
Member

Choose a reason for hiding this comment

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

rebuilding + starting (which is more important IMO, as we should validate it's indeed starting the app) should be fine I guess

Copy link
Member Author

Choose a reason for hiding this comment

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

Of course the starting. It's running fine locally after rebuilding. But if you could test it out as well that would be nice

@WikiRik
Copy link
Member Author

WikiRik commented Mar 12, 2021

@serge1peshcoff with the new Agora season and the hackathon coming up I would like to deploy this. Then I can also work on doing the same stuff to the other modules

@WikiRik WikiRik merged commit 27dbd6f into master Mar 13, 2021
serge1peshcoff pushed a commit that referenced this pull request Mar 13, 2021
## [1.6.7](1.6.6...1.6.7) (2021-03-13)

### Bug Fixes

* **circleci:** add new checks attempt 2 ([#486](#486)) ([27dbd6f](27dbd6f))
@serge1peshcoff
Copy link
Member

🎉 This PR is included in version 1.6.7 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants