We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c35f6 commit dcbd4e7Copy full SHA for dcbd4e7
.github/workflows/ci.yml
@@ -15,15 +15,15 @@ env:
15
16
jobs:
17
unit-tests:
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
19
strategy:
20
fail-fast: false
21
22
steps:
23
- uses: actions/checkout@v2
24
- uses: actions/setup-python@v2
25
with:
26
- python-version: '3.6'
+ python-version: '3.6.7'
27
- name: Unit tests
28
run: |
29
python3 setup.py install
@@ -49,4 +49,4 @@ jobs:
49
pip install pytest
50
pip install mock
51
pip install boto3
52
- ./test-integration/run/run.sh ${{ matrix.test-type }} 1000 100 7
+ ./test-integration/run/run.sh ${{ matrix.test-type }} 1000 100 7
0 commit comments