Skip to content

Commit

Permalink
restructure scheduled_e2e_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMingyu authored Dec 12, 2019
1 parent c6fa3c7 commit 9bb3d66
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/scheduled_e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]

steps:
- uses: actions/checkout@v1
- uses: dschep/install-pipenv-action@v1
- uses: actions/setup-python@v1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
python-version: 3.7

- name: Install pipenv
uses: dschep/install-pipenv-action@v1

- name: Install dependencies
run: pipenv install --dev

- name: Run tests
run: pipenv run tests

0 comments on commit 9bb3d66

Please sign in to comment.