Skip to content

Commit f27d52d

Browse files
committed
jest: keep original github env vars for integration tests
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 5c3fc14 commit f27d52d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jest.config.itg.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ const tmpDir = fs.mkdtempSync(path.join(os.tmpdir(), 'docker-actions-toolkit-'))
2222

2323
process.env = Object.assign({}, process.env, {
2424
TEMP: tmpDir,
25-
GITHUB_REPOSITORY: 'docker/actions-toolkit',
26-
GITHUB_RUN_ATTEMPT: 2,
27-
GITHUB_RUN_ID: 2188748038,
28-
GITHUB_RUN_NUMBER: 15,
2925
RUNNER_TEMP: path.join(tmpDir, 'runner-temp'),
3026
RUNNER_TOOL_CACHE: path.join(tmpDir, 'runner-tool-cache')
3127
}) as {

0 commit comments

Comments
 (0)