Continuous integration - noi-techpark/opendatahub-docs GitHub Wiki
How to for Github Actions NOI CI
General
We are using a specific Version like runs-on: ubuntu-20.04
to avoid incompatibilities caused by using the latest version of the os.
Github actions allows to have clean workspaces so for the CI when it is possible we do not use docker.
using Ubuntu
Example with:
using Mac
using Docker
Example with:
Android
Example with:
IOS
Example with: