mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Remove unused commented lines
This commit is contained in:
parent
fe1d9aa589
commit
c9b294f737
3 changed files with 0 additions and 5 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -45,8 +45,6 @@ jobs:
|
|||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
# - name: Generate CI gradle.properties
|
||||
# run: echo "$CI_GRADLE_PROPERTIES" > gradle.properties
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
|
|
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
@ -41,8 +41,6 @@ jobs:
|
|||
api-level: [21,23, 28, 30]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
# - name: Generate CI gradle.properties
|
||||
# run: echo "$CI_GRADLE_PROPERTIES" > gradle.properties
|
||||
- uses: gradle/wrapper-validation-action@v1
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
|
|
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -32,4 +32,3 @@ jobs:
|
|||
if: always()
|
||||
with:
|
||||
files: ./**/build/test-results/**/*.xml
|
||||
# files: test-results/**/*.xml
|
||||
|
|
Loading…
Reference in a new issue