Do not run tests on CI in stage 0

This commit is contained in:
Jakub Beránek 2025-08-20 17:30:30 +02:00
parent ef569d3ce3
commit dda8e1ddc1
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -44,5 +44,5 @@ RUN bash -c 'npm install -g eslint@$(cat /tmp/eslint.version)'
# NOTE: intentionally uses python2 for x.py so we can test it still works.
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 \
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
src/tools/tidy tidyselftest --extra-checks=py,cpp,js,spellcheck