1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-05-29 06:30:48 +00:00

chore: disable windows tests

This commit is contained in:
Arnaud Roques 2023-05-12 19:31:06 +02:00
parent c60d959c95
commit b4bdcb3428

View File

@ -71,7 +71,7 @@ jobs:
echo "This run will NOT make a release"
fi
echo "do_test_linux=true" >> $GITHUB_OUTPUT
echo "do_test_windows=true" >> $GITHUB_OUTPUT
echo "do_test_windows=false" >> $GITHUB_OUTPUT
# We run the tests on many OS / Java combinations but also the Compile step because some users build
# their own jars from source, so it is good for CI to check that is working on all combinations.