mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-17 08:52:37 +00:00
fixup
This commit is contained in:
parent
c9de504a6e
commit
f872146a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const setup = require('../lib/setup-terraform');
|
||||||
|
|
||||||
describe('Setup Terraform', () => {
|
describe('Setup Terraform', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
process.env.RUNNER_TEMP = '/tmp/asdf'
|
process.env.RUNNER_TEMP = '/tmp/asdf';
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(async () => {
|
afterEach(async () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue