File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v2
2424
25- - run : git describe --tag
26-
2725 - name : setup python ${{ matrix.python-version }} environment
2826 uses : actions/setup-python@v2
2927 with :
3533
3634 - run : poetry install
3735
38- - run : poetry-dynamic-versioning
39-
4036 - name : " test python packages"
4137 timeout-minutes : 15
4238 run : poetry run pytest --junitxml=test-results/python-${{ matrix.python-version }}/test-results.xml --cov=robotcode --cov-report=xml:testresults/python-${{ matrix.python-version }}/coverage.xml --cov-report=html:test-results/python-${{ matrix.python-version }}/htmlcov --html=test-results/python-${{ matrix.python-version }}/report.html --self-contained-html
7369 steps :
7470 - uses : actions/checkout@v1
7571
76- - run : git describe --tag
77-
7872 - name : setup python environment
7973 uses : actions/setup-python@v2
8074 with :
8680
8781 - run : poetry install
8882
89- - run : poetry-dynamic-versioning
90-
9183 - run : poetry run isort --check --diff .
9284 if : always()
9385
You can’t perform that action at this time.
0 commit comments