Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
improved nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 24, 2023
1 parent 0986d23 commit b7f9ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GT Utility Nightly
name: GT Core Nightly
on:
push:
branches:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle','**/gradle/wrapper/gradle-wrapper.properties','**/*.properties') }}
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('gradle.properties') }}
- name: Build with Gradle
run: ./gradlew build --stacktrace
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
Expand Down

0 comments on commit b7f9ad9

Please sign in to comment.