Worker contains the implementation of the mechanism responsible for spinning check containers, executing them against a specific repository commit, and pushing information back to the API.
TBW
In order to execute the full test suite, a local Redis instance running on port 6379 is required alongside a MinIO instance running on port 9000.
Redis is required to execute tests in the redis
package, whilst MinIO is
required for S3 tests in the storage
package.
After starting MinIO, make sure to execute script/bootstrap-minio
in order to
initialize a required bucket and its contents with data required by the S3 spec.