We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2898b commit 5888a4cCopy full SHA for 5888a4c
1 file changed
.github/workflows/gradle.yml
@@ -2,9 +2,9 @@ name: Kotlin CI
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [main]
6
pull_request:
7
8
schedule:
9
- cron: "0 0 * * 0"
10
workflow_dispatch:
@@ -24,6 +24,8 @@ jobs:
24
uses: gradle/actions/wrapper-validation@v6
25
- name: Setup Gradle
26
uses: gradle/actions/setup-gradle@v6
27
+ with:
28
+ cache-provider: basic
29
- name: Build the project
30
run: ./gradlew build
31
- name: Run the tests
0 commit comments