Remove lint step from test workflows

This commit is contained in:
Kevin Chung
2020-06-18 18:06:46 -04:00
parent 7a09aee0fa
commit 74ff3b57a2
3 changed files with 1 additions and 7 deletions

View File

@@ -35,10 +35,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r development.txt
sudo yarn install --non-interactive
sudo yarn global add prettier@1.17.0
- name: Lint
run: make lint
- name: Test
run: |

View File

@@ -43,6 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r development.txt
sudo yarn install --non-interactive
- name: Test
run: |

View File

@@ -28,9 +28,6 @@ jobs:
sudo yarn install --non-interactive
sudo yarn global add prettier@1.17.0
- name: Lint
run: make lint
- name: Test
run: |
sudo rm -f /etc/boto.cfg