Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow job artifacts to be retrieved from the mock
This is useful when testing whether the artifacts uploaded are as expected. In particular, we need this now to test whether masked artifacts are actually being masked as we expect them to be. Note that we are returning the raw binary of the zipfile, and we'll need to use the zipfile crate to actually interpret this data. That seems acceptable for now.
- Loading branch information