Allow non-root container (#264)

* Allow non-root container

* format

* add lint:fix and fix lint errors

* fix tests and volume mounts
This commit is contained in:
Nikola Jokic
2025-11-21 14:44:29 +01:00
committed by GitHub
parent ad9cb43c31
commit 15e808935c
5 changed files with 63 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ describe('e2e', () => {
afterEach(async () => {
await testHelper.cleanup()
})
it('should prepare job, run script step, run container step then cleanup without errors', async () => {
await expect(
prepareJob(prepareJobData.args, prepareJobOutputFilePath)