Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v2
# with:
# fetch all history to find the base tg_x.y.z_dev branch
# fetch-depth: 0
# token: ${{ secrets.QA_TOKEN }}
- uses: actions/cache@v2
# - uses: actions/checkout@v2
# with:
# fetch all history to find the base tg_x.y.z_dev branch
# fetch-depth: 0
# token: ${{ secrets.QA_TOKEN }}
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-${{ hashFiles('**/build.gradle', 'gradle.properties') }}
# - uses: actions/setup-java@v1
# with:
# java-version: '11.0.10'
# - run: ./gradlew build -Psubmodule=true
# env:
# QA_TOKEN: ${{ secrets.QA_TOKEN }}
# - uses: actions/setup-java@v1
# with:
# java-version: '11.0.10'
# - run: ./gradlew build -Psubmodule=true
# env:
# QA_TOKEN: ${{ secrets.QA_TOKEN }}
18 changes: 9 additions & 9 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
checkstyle:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v2
# with:
# token: ${{ secrets.QA_TOKEN }}
- uses: actions/cache@v2
# - uses: actions/checkout@v2
# with:
# token: ${{ secrets.QA_TOKEN }}
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-${{ hashFiles('**/build.gradle', 'gradle.properties') }}
# - uses: actions/setup-java@v1
# with:
# java-version: '11.0.10'
# - name: Run codestylechecker
# run: GLEPATH=$(pwd); source tools/scripts/bash_functions && codestylechecker
# - uses: actions/setup-java@v1
# with:
# java-version: '11.0.10'
# - name: Run codestylechecker
# run: GLEPATH=$(pwd); source tools/scripts/bash_functions && codestylechecker
Loading
Loading