]> git.phdru.name Git - mimedecode.git/commitdiff
CI(GHActions): Group tasks
authorOleg Broytman <phd@phdru.name>
Thu, 23 Sep 2021 11:31:53 +0000 (14:31 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 23 Sep 2021 11:31:53 +0000 (14:31 +0300)
.github/workflows/run-tests.yaml

index a4151cdfd7babd89e6e956d56db57c1a62bfcec7..4bf76a0bb6873fd76eea0e220fd41bf82f5045fa 100644 (file)
@@ -14,6 +14,8 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
+
+      # Setup Python/pip
       - uses: actions/checkout@v2
       - uses: actions/setup-python@v2
         with:
@@ -24,11 +26,14 @@ jobs:
           # This path is specific to Linux/Unix
           path: ~/.cache/pip
           key: ${{ runner.os }}-pip
+
+      # Setup tox
       - name: Install dependencies
         run: |
           python --version
           python -m pip install --upgrade "pip<21.0" "setuptools<45" wheel
           pip --version
           pip install --upgrade virtualenv tox tox-gh-actions
+
       - name: Run tox targets for ${{ matrix.python-version }}
         run: tox