tests(glob): set GITHUB_WORKSPACE to __dirname in hash-files.test

This commit is contained in:
Salman Muin Kayser Chishti
2025-11-18 15:32:19 +00:00
parent a3588a70ba
commit df111e1104
+1 -1
View File
@@ -13,7 +13,7 @@ const ORIGINAL_GITHUB_WORKSPACE = process.env['GITHUB_WORKSPACE']
describe('globber', () => {
beforeAll(async () => {
await io.rmRF(getTestTemp())
process.env['GITHUB_WORKSPACE'] = process.cwd()
process.env['GITHUB_WORKSPACE'] = __dirname
})
afterAll(async () => {