This commit is contained in:
Brandon Croft 2022-11-09 10:56:05 -07:00
parent c9de504a6e
commit f872146a9f
No known key found for this signature in database
GPG key ID: B01E32423322EB9D

View file

@ -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 () => {