Skip to content

Commit

Permalink
disable yamlRestTest when CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyaofei committed Jun 17, 2022
1 parent ea92d8c commit fb7c471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache: 'gradle'
- name: Build release
run: |
./gradlew build -x test --info \
./gradlew build -x test -x yamlRestTest --info \
-PelasticsearchVersion=${{matrix.elasticsearch-version}} \
-Dfile.encoding=UTF8
mv `ls ./build/distributions/*.zip` ./out.zip
Expand Down

0 comments on commit fb7c471

Please sign in to comment.