pull/496/head
Frostebite 2023-02-12 04:08:12 +00:00
parent 6d2fc239d1
commit b6148bb11c
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
hook: after-build
hook: after
commands: |
echo "after-build hook test!"

View File

@ -31,7 +31,7 @@ describe('Cloud Runner Local Docker Workflows', () => {
// Run the job
await CloudRunner.run(buildParameter, baseImage.toString());
const outputFile = fs.readFileSync(`./cloud-runner-cache/state.txt`, `utf-8`);
const outputFile = fs.readFileSync(`./cloud-runner-cache/test-out-state.txt`, `utf-8`);
expect(outputFile).toEqual(testValue);
CloudRunnerLogger.log(outputFile);
}, 1_000_000_000);