We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e4739 commit d1f26b4Copy full SHA for d1f26b4
2 files changed
.github/workflows/create-draft-release.yml
@@ -48,6 +48,8 @@ jobs:
48
uses: actions/checkout@v3
49
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
50
- name: Run Integration Tests
51
+ env:
52
+ TMPDIR: "${{ runner.temp }}"
53
run: ./scripts/integration.sh --builder ${{ matrix.builder }}
54
55
release:
.github/workflows/test-pull-request.yml
roundup:
0 commit comments