mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
chore: disable windows tests
This commit is contained in:
parent
c60d959c95
commit
b4bdcb3428
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
echo "This run will NOT make a release"
|
echo "This run will NOT make a release"
|
||||||
fi
|
fi
|
||||||
echo "do_test_linux=true" >> $GITHUB_OUTPUT
|
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
|
# 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.
|
# their own jars from source, so it is good for CI to check that is working on all combinations.
|
||||||
|
Loading…
Reference in New Issue
Block a user