Skip to content

Commit

Permalink
feat(ISSUE-3): t2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thu Trang Pham committed Feb 20, 2021
1 parent 2096642 commit c8c4a78
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Tests
on: [pull_request]

jobs:
build:

test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -24,11 +23,6 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
test:
needs: build
runs-on: ubuntu-latest
steps:
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -44,7 +38,7 @@ jobs:
parallel: true
flag-name: Unit Test

coveralls_finish:
coveralls:
needs: test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c8c4a78

Please sign in to comment.