test-static-analysis: Delete.
The only thing it did over ‘tools/lint --skip=gitlint’ was redundantly run mypy again. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
2e3c65a044
commit
922446ddf4
2
.github/workflows/zulip-tests.yml
vendored
2
.github/workflows/zulip-tests.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Running Test-Suite
|
- name: Running Test-Suite
|
||||||
run: |
|
run: |
|
||||||
source zulip-api-py3-venv/bin/activate
|
source zulip-api-py3-venv/bin/activate
|
||||||
tools/test-static-analysis
|
tools/lint --skip=gitlint
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -ev
|
|
||||||
|
|
||||||
tools/lint --skip=gitlint
|
|
||||||
tools/run-mypy
|
|
Loading…
Reference in a new issue