mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Omit codechecks
This commit is contained in:
parent
d996cc8d11
commit
5ba0ba787f
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -53,15 +53,6 @@ jobs:
|
||||
- name: Display tool versions
|
||||
run: python misc/build_helpers/show-tool-versions.py
|
||||
|
||||
# Codechecks errors out when running Towncrier within GitHub
|
||||
# Actions. See this issue:
|
||||
# https://github.com/hawkowl/towncrier/issues/175.
|
||||
#
|
||||
# Run codechecks anyway, and continue on error, for now.
|
||||
- name: Run "tox -e codechecks"
|
||||
run: tox -e codechecks
|
||||
continue-on-error: true
|
||||
|
||||
- name: Run "tox -e coverage"
|
||||
run: tox -e coverage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user