Skip to content

Commit 4ee3f74

Browse files
committed
Update CI: Skip integeration tests
1 parent ce82242 commit 4ee3f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
3434
- name: Run Build
3535
id: build
36-
run: ./gradlew build -x codenarcMain -x codenarcTest -x checkstyleMain -x checkstyleTest -x integrationTest
36+
run: ./gradlew build -x codenarcMain -x codenarcTest -x checkstyleMain -x checkstyleTest
3737
publish:
3838
if: github.event_name == 'push'
3939
needs: ["build"]

0 commit comments

Comments
 (0)