Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ env:

jobs:
unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.6.7'
- name: Unit tests
run: |
python3 setup.py install
Expand All @@ -49,4 +49,4 @@ jobs:
pip install pytest
pip install mock
pip install boto3
./test-integration/run/run.sh ${{ matrix.test-type }} 1000 100 7
./test-integration/run/run.sh ${{ matrix.test-type }} 1000 100 7