Bantolomeus / bookmaster4000mkii

Application to document ones reading habits
Apache License 2.0
1 stars 2 forks source link

Have Downloadable CI Artifacts #113

Closed Husterknupp closed 2 years ago

Husterknupp commented 2 years ago

As the alpha tester (user 😉) of our app I want an easy way of trying out the latest changes

Also as part of this ticket

Husterknupp commented 2 years ago

CI via GitHub's workflow actions

https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration

https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts

https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts

https://docs.github.com/en/rest/reference/actions#artifacts

https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepsuses (docker Image in a step)

Husterknupp commented 2 years ago

@Bantolomeus please assign back to me if you're fine with me doing CI with GitHub workflow actions

Husterknupp commented 2 years ago

Find artifacts under the repo's Actions tab

image