mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 23:02:04 +01:00
Disable tests for now
This commit is contained in:
40
.github/workflows/Check.yml
vendored
40
.github/workflows/Check.yml
vendored
@@ -21,23 +21,23 @@ jobs:
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
|
||||
run_tests:
|
||||
name: Run Tests
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '16'
|
||||
architecture: x64
|
||||
|
||||
- name: Setup Cl
|
||||
run: ./scripts/SetupClUnix.sh
|
||||
|
||||
- name: Run Tests
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
arguments: check
|
||||
# run_tests:
|
||||
# name: Run Tests
|
||||
# runs-on: ubuntu-latest
|
||||
#
|
||||
# steps:
|
||||
# - name: Clone repo
|
||||
# uses: actions/checkout@v2
|
||||
#
|
||||
# - uses: actions/setup-java@v1
|
||||
# with:
|
||||
# java-version: '16'
|
||||
# architecture: x64
|
||||
#
|
||||
# - name: Setup Cl
|
||||
# run: ./scripts/SetupClUnix.sh
|
||||
#
|
||||
# - name: Run Tests
|
||||
# uses: gradle/gradle-build-action@v2
|
||||
# with:
|
||||
# arguments: check
|
||||
|
||||
Reference in New Issue
Block a user