Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
4 - main
5 - v*-branch
11 group: imgtool-${{ github.event.pull_request.number || github.ref }}
12 cancel-in-progress: true
16 runs-on: ubuntu-latest
19 python-version: ["3.x", "pypy3.9"]
21 - uses: actions/checkout@v4
22 - name: Set up Python ${{ matrix.python-version }}
23 uses: actions/setup-python@v4
25 python-version: ${{ matrix.python-version }}
27 cache-dependency-path: |
29 - name: Install dependencies
31 pip install --user pipenv
32 - name: Run tests
35 pipenv run pip install pytest -e .
36 pipenv run pytest --junitxml=../junit/pytest-results-${{ matrix.python-version }}.xml
37 - name: Upload test results
38 uses: actions/upload-artifact@v3
41 name: pytest-results-${{ matrix.python-version }}
43 junit/pytest-results-${{ matrix.python-version }}*.xml
44 if-no-files-found: ignore
47 runs-on: ubuntu-latest
49 - uses: actions/checkout@v2
51 fetch-depth: 0
52 - name: Cache pip
56 key: ${{ runner.os }}-pip
57 - name: Install packages
61 - name: Publish