1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-22 21:15:09 +00:00

chore: restore tests under linux

This commit is contained in:
Arnaud Roques 2023-05-15 18:49:53 +02:00
parent 2adee2f574
commit 2a358adf3c

View File

@ -72,7 +72,7 @@ jobs:
else else
echo "This run will NOT make a release" echo "This run will NOT make a release"
fi fi
echo "do_test_linux=false" >> $GITHUB_OUTPUT echo "do_test_linux=true" >> $GITHUB_OUTPUT
echo "do_test_windows=false" >> $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