Closed paullatzelsperger closed 3 years ago
47 files ±0 47 suites ±0 21s :stopwatch: ±0s 121 tests ±0 116 :heavy_check_mark: ±0 5 :zzz: ±0 0 :x: ±0
Results for commit c98db519. ± Comparison against base commit c98db519.
:recycle: This comment has been updated with latest results.
All these feature revolve around being able to deploy everything in an automated way
is it just about providing a demo? should it be used in automated tests? or is it thought to be used in prod? e.g. all the data-seeding stuff contains demo data but feels like a productive extension
All these feature revolve around being able to deploy everything in an automated way
is it just about providing a demo? should it be used in automated tests? or is it thought to be used in prod? e.g. all the data-seeding stuff contains demo data but feels like a productive extension
The idea was to a) show that an Azure-based automatic deployment works, b) other devs (e.g. frontend) have a running instance to develop against (dev environment) and c) to run automated tests, although we'd need another environment for that.
success
success
`
failure
Pusher: @beardyinc, Action: pull_request
success
success
`
failure
Pusher: @beardyinc, Action: pull_request
This PR implements a several features:
AtlasMetadataStore
)All these feature revolve around being able to deploy everything in an automated way