test n+1
This commit is contained in:
@@ -12,7 +12,11 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Show repository location
|
||||
run: |
|
||||
echo "Workspace: $GITHUB_WORKSPACE"
|
||||
pwd
|
||||
ls -la
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
@@ -21,9 +25,9 @@ jobs:
|
||||
|
||||
- run: java -version
|
||||
|
||||
- run: chmod +x gradlew
|
||||
# - run: chmod +x gradlew
|
||||
|
||||
- run: ./gradlew clean
|
||||
# - run: ./gradlew clean
|
||||
# - run: ./gradlew ktlintCheck
|
||||
# - run: ./gradlew detekt
|
||||
# - run: ./gradlew test
|
||||
|
||||
Reference in New Issue
Block a user