Skip to content

Commit 1594d85

Browse files
author
TheSnoozer
committed
use the git-commit-id-gradle-debugging as template since mktemp requires the tempdir to exists, which isn't the case
1 parent d4b9535 commit 1594d85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/default-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install a test version with Gradle
6767
run: ./gradlew clean publishAllPublicationsToLocalPluginRepositoryRepository
6868
- name: Setup TEMP_DIR
69-
run: echo "TEMP_DIR=$(mktemp -d --tmpdir=/home/runner/work/git-commit-id-gradle-plugin/git-commit-id-gradle-plugin/git-commit-id-gradle-debugging)" >> $GITHUB_ENV
69+
run: echo "TEMP_DIR=$(mktemp -d --tmpdir=/home/runner/work/git-commit-id-gradle-plugin/git-commit-id-gradle-plugin git-commit-id-gradle-debugging.XXXXXXXXXX)" >> $GITHUB_ENV
7070
- name: Checkout git-commit-id-gradle-debugging to run actual gradle integration tests
7171
uses: actions/checkout@v3
7272
with:

0 commit comments

Comments
 (0)