File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Run Tests
3131 run : |
32- ./gradlew clean test
32+ ./gradlew clean test -x processAot -x processTestAot
Original file line number Diff line number Diff line change 1414 - name : Checkout
1515 uses : actions/checkout@v4
1616
17- - name : Configure AWS credentials
18- uses : aws-actions/configure-aws-credentials@v4
19- with :
20- aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
21- aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
22- aws-region : ap-northeast-2
23-
2417 - name : Set up JDK 25
2518 uses : actions/setup-java@v4
2619 with :
2922
3023 - name : Run Lint
3124 run : |
32- ./gradlew clean ktlintCheck
25+ ./gradlew clean ktlintFormat -x compileKotlin -x compileTestKotlin \
26+ -x compileTestFixturesKotlin -x compileJava -x processAot -x processTestAot
You can’t perform that action at this time.
0 commit comments