Skip to content

Commit d1f26b4

Browse files
committed
Updating github-config
1 parent f1e4739 commit d1f26b4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/create-draft-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
uses: actions/checkout@v3
4949
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
5050
- name: Run Integration Tests
51+
env:
52+
TMPDIR: "${{ runner.temp }}"
5153
run: ./scripts/integration.sh --builder ${{ matrix.builder }}
5254

5355
release:

.github/workflows/test-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
4949

5050
- name: Run Integration Tests
51+
env:
52+
TMPDIR: "${{ runner.temp }}"
5153
run: ./scripts/integration.sh --builder ${{ matrix.builder }}
5254

5355
roundup:

0 commit comments

Comments
 (0)