SevgiAkten / pycellga

Cellular Genetic Algorithms in Python.
https://sevgiakten.github.io/pycellga/
MIT License
2 stars 1 forks source link

Github Actions #25

Closed jbytecode closed 2 months ago

jbytecode commented 3 months ago

Github actions is responsible of compiling/building/testing/publishing of the code after merging a pull request or pushing a commit.

It would be better to run all of the tests after each single push.

This is called GitHub actions.

Please take a look the page:

https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

to add some GitHub actions that perform tests after commits, so we can see if we break things online.

Here is the sample GitHub action for a Python package:

https://github.com/mnets/pymnet/blob/master/.github/workflows/tests.yml

SevgiAkten commented 2 months ago

I think this issue is also completely resolved and I'm closing.