Skip to content

Commit

Permalink
Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbryson committed May 22, 2023
1 parent 89f4fe6 commit 2d9d6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
- name: ${{ matrix.directory }}
uses: gradle/[email protected]
with:
arguments: matrixStrategy -Psnowflake.useEphemeral=true -Psnowflake.keepEphemeral=false -S
arguments: matrixStrategy -Psnowflake.useEphemeral=true -S
build-root-directory: examples/${{ matrix.directory }}
2 changes: 1 addition & 1 deletion examples/java-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ version = '0.1.0'
afterEvaluate {
tasks.register('matrixStrategy') {
description 'Empty task for matrix strategy execution in GitHub Actions.'
dependsOn functionalTest
dependsOn functionalTest, dropEphemeral
}
}

0 comments on commit 2d9d6a6

Please sign in to comment.