mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-17 00:52:33 +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', () => {
|
||||
beforeEach(() => {
|
||||
process.env.RUNNER_TEMP = '/tmp/asdf'
|
||||
process.env.RUNNER_TEMP = '/tmp/asdf';
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue