Skip to content

Commit c668cca

Browse files
committed
enable regression tests
1 parent 9e6457b commit c668cca

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
./gradlew --stacktrace --no-problems-report build
4747
shell: bash
4848
#Run regression tests
49-
# - name: Run regression test 2.9.8
50-
# run: |
51-
# ./gradlew --stacktrace -PweaveTestSuiteVersion=2.9.8 -DweaveSuiteVersion=2.9.8 native-cli-integration-tests:test
52-
# shell: bash
53-
# - name: Run regression test 2.10
54-
# run: |
55-
# ./gradlew --stacktrace -PweaveTestSuiteVersion=2.10.0 -DweaveSuiteVersion=2.10.0 native-cli-integration-tests:test
56-
# shell: bash
49+
- name: Run regression test 2.9.8
50+
run: |
51+
./gradlew --stacktrace -PweaveTestSuiteVersion=2.9.8 -DweaveSuiteVersion=2.9.8 native-cli-integration-tests:test
52+
shell: bash
53+
- name: Run regression test 2.10
54+
run: |
55+
./gradlew --stacktrace -PweaveTestSuiteVersion=2.10.0 -DweaveSuiteVersion=2.10.0 native-cli-integration-tests:test
56+
shell: bash
5757

5858
# Generate distro
5959
- name: Create Distro

native-cli-integration-tests/src/test/scala/org/mule/weave/clinative/TCKCliTest.scala

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,16 @@ class TCKCliTest extends AnyFunSpec with Matchers
346346
baseArray ++
347347
Array(
348348
"math-toRadians",
349-
"try-handle-lazy-values-with-failures"
349+
"try-handle-lazy-values-with-failures",
350+
"weave_ast_example",
351+
"weave_ast_module"
350352
)
351353
} else if (versionString == "2.10") {
352354
baseArray ++
353355
Array(
354-
"try-handle-lazy-values-with-failures"
356+
"try-handle-lazy-values-with-failures",
357+
"weave_ast_example",
358+
"weave_ast_module"
355359
)
356360
} else {
357361
baseArray

0 commit comments

Comments
 (0)