@@ -506,79 +506,79 @@ jobs:
506
506
- name : Run Konsist Test
507
507
run : cd samples/starter-projects/konsist-starter-spring-maven-kotest/ && mvn test
508
508
509
- konsist-starter-kmp-gradle-kotlin-junit5 :
510
- name : Konsist Starter KMP Gradle Kotlin Junit 5
511
- needs : get-github-context
512
- runs-on : ubuntu-latest
513
- if : |
514
- startsWith(needs.get-github-context.outputs.current_branch, 'release/') ||
515
- startsWith(needs.get-github-context.outputs.current_branch, 'renovate/') ||
516
- contains(needs.get-github-context.outputs.current_branch, 'starter-projects') ||
517
- needs.get-github-context.outputs.base_ref_branch == 'main' ||
518
- contains(needs.get-github-context.outputs.all_changed_files, 'samples/starter-projects/')
519
- steps :
520
- - name : Checkout
521
- uses : actions/checkout@v4
522
-
523
- - name : Set up JDK
524
- uses : actions/setup-java@v3
525
- with :
526
- java-version : 19
527
- distribution : ' zulu'
528
-
529
- - name : Set up Python
530
- uses : actions/setup-python@v4
531
- with :
532
- python-version : ' 3.11.3'
533
-
534
- - name : Add Maven Local Repository
535
- run : python3 scripts/replace_konsist_version/add_maven_local_repository_to_config_file.py samples/starter-projects/konsist-starter-kmp-gradle-kotlin-junit5/build.gradle.kts
536
-
537
- - name : Replace Konsist Version
538
- run : python3 scripts/replace_konsist_version/replace_konsist_version_gradle_groovy.py samples/starter-projects/konsist-starter-kmp-gradle-kotlin-junit5/build.gradle.kts
539
-
540
- - name : Publish Konsist Artifact To Local Maven Repository
541
- run : >
542
- ./gradlew publishToMavenLocal
543
-
544
- - name : Run Konsist Test
545
- run : cd samples/starter-projects/konsist-starter-kmp-gradle-kotlin-junit5/ && ./gradlew test
546
-
547
-
548
- konsist-starter-kmp-gradle-kotlin-kotest :
549
- name : Konsist Starter KMP Gradle Kotlin KoTest
550
- needs : get-github-context
551
- runs-on : ubuntu-latest
552
- if : |
553
- startsWith(needs.get-github-context.outputs.current_branch, 'release/') ||
554
- startsWith(needs.get-github-context.outputs.current_branch, 'renovate/') ||
555
- contains(needs.get-github-context.outputs.current_branch, 'starter-projects') ||
556
- needs.get-github-context.outputs.base_ref_branch == 'main' ||
557
- contains(needs.get-github-context.outputs.all_changed_files, 'samples/starter-projects/')
558
- steps :
559
- - name : Checkout
560
- uses : actions/checkout@v4
561
-
562
- - name : Set up JDK
563
- uses : actions/setup-java@v3
564
- with :
565
- java-version : 19
566
- distribution : ' zulu'
567
-
568
- - name : Set up Python
569
- uses : actions/setup-python@v4
570
- with :
571
- python-version : ' 3.11.3'
572
-
573
- - name : Add Maven Local Repository
574
- run : python3 scripts/replace_konsist_version/add_maven_local_repository_to_config_file.py samples/starter-projects/konsist-starter-kmp-gradle-kotlin-kotest/build.gradle.kts
575
-
576
- - name : Replace Konsist Version
577
- run : python3 scripts/replace_konsist_version/replace_konsist_version_gradle_groovy.py samples/starter-projects/konsist-starter-kmp-gradle-kotlin-kotest/build.gradle.kts
578
-
579
- - name : Publish Konsist Artifact To Local Maven Repository
580
- run : >
581
- ./gradlew publishToMavenLocal
582
-
583
- - name : Run Konsist Test
584
- run : cd samples/starter-projects/konsist-starter-kmp-gradle-kotlin-kotest/ && ./gradlew test
509
+ # konsist-starter-kmp-gradle-kotlin-junit5:
510
+ # name: Konsist Starter KMP Gradle Kotlin Junit 5
511
+ # needs: get-github-context
512
+ # runs-on: ubuntu-latest
513
+ # if: |
514
+ # startsWith(needs.get-github-context.outputs.current_branch, 'release/') ||
515
+ # startsWith(needs.get-github-context.outputs.current_branch, 'renovate/') ||
516
+ # contains(needs.get-github-context.outputs.current_branch, 'starter-projects') ||
517
+ # needs.get-github-context.outputs.base_ref_branch == 'main' ||
518
+ # contains(needs.get-github-context.outputs.all_changed_files, 'samples/starter-projects/')
519
+ # steps:
520
+ # - name: Checkout
521
+ # uses: actions/checkout@v4
522
+ #
523
+ # - name: Set up JDK
524
+ # uses: actions/setup-java@v3
525
+ # with:
526
+ # java-version: 19
527
+ # distribution: 'zulu'
528
+ #
529
+ # - name: Set up Python
530
+ # uses: actions/setup-python@v4
531
+ # with:
532
+ # python-version: '3.11.3'
533
+ #
534
+ # - name: Add Maven Local Repository
535
+ # run: python3 scripts/replace_konsist_version/add_maven_local_repository_to_config_file.py samples/starter-projects/konsist-starter-kmp-gradle-kotlin-junit5/build.gradle.kts
536
+ #
537
+ # - name: Replace Konsist Version
538
+ # run: python3 scripts/replace_konsist_version/replace_konsist_version_gradle_groovy.py samples/starter-projects/konsist-starter-kmp-gradle-kotlin-junit5/build.gradle.kts
539
+ #
540
+ # - name: Publish Konsist Artifact To Local Maven Repository
541
+ # run: >
542
+ # ./gradlew publishToMavenLocal
543
+ #
544
+ # - name: Run Konsist Test
545
+ # run: cd samples/starter-projects/konsist-starter-kmp-gradle-kotlin-junit5/ && ./gradlew test
546
+
547
+
548
+ # konsist-starter-kmp-gradle-kotlin-kotest:
549
+ # name: Konsist Starter KMP Gradle Kotlin KoTest
550
+ # needs: get-github-context
551
+ # runs-on: ubuntu-latest
552
+ # if: |
553
+ # startsWith(needs.get-github-context.outputs.current_branch, 'release/') ||
554
+ # startsWith(needs.get-github-context.outputs.current_branch, 'renovate/') ||
555
+ # contains(needs.get-github-context.outputs.current_branch, 'starter-projects') ||
556
+ # needs.get-github-context.outputs.base_ref_branch == 'main' ||
557
+ # contains(needs.get-github-context.outputs.all_changed_files, 'samples/starter-projects/')
558
+ # steps:
559
+ # - name: Checkout
560
+ # uses: actions/checkout@v4
561
+ #
562
+ # - name: Set up JDK
563
+ # uses: actions/setup-java@v3
564
+ # with:
565
+ # java-version: 19
566
+ # distribution: 'zulu'
567
+ #
568
+ # - name: Set up Python
569
+ # uses: actions/setup-python@v4
570
+ # with:
571
+ # python-version: '3.11.3'
572
+ #
573
+ # - name: Add Maven Local Repository
574
+ # run: python3 scripts/replace_konsist_version/add_maven_local_repository_to_config_file.py samples/starter-projects/konsist-starter-kmp-gradle-kotlin-kotest/build.gradle.kts
575
+ #
576
+ # - name: Replace Konsist Version
577
+ # run: python3 scripts/replace_konsist_version/replace_konsist_version_gradle_groovy.py samples/starter-projects/konsist-starter-kmp-gradle-kotlin-kotest/build.gradle.kts
578
+ #
579
+ # - name: Publish Konsist Artifact To Local Maven Repository
580
+ # run: >
581
+ # ./gradlew publishToMavenLocal
582
+ #
583
+ # - name: Run Konsist Test
584
+ # run: cd samples/starter-projects/konsist-starter-kmp-gradle-kotlin-kotest/ && ./gradlew test
0 commit comments