File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 run : |
5353 chown -R 1000:1000 `pwd`
5454 if [ "${{ matrix.test-type }}" = "unit" ]; then
55- su `id -un 1000` -c "./gradlew --continue build -x integTest -x doctest"
55+ su `id -un 1000` -c "./gradlew --continue build -x integTest -x yamlRestTest -x doctest"
5656 elif [ "${{ matrix.test-type }}" = "integration" ]; then
57- su `id -un 1000` -c "./gradlew --continue integTest"
57+ su `id -un 1000` -c "./gradlew --continue integTest yamlRestTest "
5858 else
5959 su `id -un 1000` -c "./gradlew --continue doctest"
6060 fi
@@ -130,9 +130,9 @@ jobs:
130130 - name : Build and Test
131131 run : |
132132 if [ "${{ matrix.test-type }}" = "unit" ]; then
133- ./gradlew --continue build -x integTest -x doctest ${{ matrix.entry.os_build_args }}
133+ ./gradlew --continue build -x integTest -x yamlRestTest -x doctest ${{ matrix.entry.os_build_args }}
134134 elif [ "${{ matrix.test-type }}" = "integration" ]; then
135- ./gradlew --continue integTest ${{ matrix.entry.os_build_args }}
135+ ./gradlew --continue integTest yamlRestTest ${{ matrix.entry.os_build_args }}
136136 else
137137 ./gradlew --continue doctest ${{ matrix.entry.os_build_args }}
138138 fi
You can’t perform that action at this time.
0 commit comments