Skip to content

Commit 4723428

Browse files
Update build_test_package.yml
Add complete build command on build
1 parent 77096b4 commit 4723428

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build_test_package.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
run: >
4242
./gradlew
43+
clean
4344
build
44-
-x generateClients
45+
spotlessApply
46+
detekt
4547
-x test
4648
-x integrationTest
47-
-x spotlessCheck
48-
-x openApiValidate
49-
-x detekt
49+
--no-build-cache
50+
--rerun-tasks
51+
--refresh-dependencies
5052
5153
controller_tests:
5254
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)