Skip to content

Commit

Permalink
added a diff image for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeeekay committed Jun 20, 2023
1 parent d87d540 commit 18f0082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run(plan):
`
runshStarlarkFileArtifact = `
def run(plan):
result = plan.run_sh(run="mkdir -p src && echo kurtosis > /src/tech.txt", store=["/src/tech.txt", "/src"])
result = plan.run_sh(run="mkdir -p /src && echo kurtosis > /src/tech.txt", store=["/src/tech.txt", "/src"], image="ethpandaops/ethereum-genesis-generator:1.0.14")
file_artifacts = result.files_artifacts
result2 = plan.run_sh(run="cat /temp/tech.txt", files={"/temp": file_artifacts[0]})
plan.assert(result2.output, "==", "kurtosis\n")
Expand Down

0 comments on commit 18f0082

Please sign in to comment.