Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(exec): update tests
Browse files Browse the repository at this point in the history
vvagaytsev committed Oct 22, 2024
1 parent 85565ef commit 5556b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/test/unit/src/plugins/exec/exec.ts
Original file line number Diff line number Diff line change
@@ -443,6 +443,7 @@ describe("exec plugin", () => {
})

expect(res.outputs.log).to.eql(basePath)
expect(res.outputs.stdout).to.eql(basePath)
})

it("should receive version as an env var", async () => {
@@ -480,6 +481,7 @@ describe("exec plugin", () => {
silent: false,
})
expect(res.outputs.log).to.equal(action.versionString())
expect(res.outputs.stdout).to.equal(action.versionString())
})
})

0 comments on commit 5556b2f

Please sign in to comment.