File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed
Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change 55 pull_request :
66
77jobs :
8- tests-simple- matrix :
8+ tests-matrix :
99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
3535 - name : Run tests
3636 run : tox
3737
38- tests-matrix-full :
39- runs-on : ubuntu-latest
40- strategy :
41- matrix :
42- python-version : ["3.9", "3.10", "3.11", "3.12"]
43-
44- steps :
45- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46-
47- - name : Setup Python
48- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
49- with :
50- python-version : ${{ matrix.python-version }}
51-
52- - name : Cache pip
53- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
54- with :
55- path : .cache/pip
56- key : pip-cache-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
57- restore-keys : |
58- pip-cache-${{ runner.os }}-
59-
60- - name : Prepare for testing
61- run : |
62- pip install tox tox-gh-actions
63- sudo adduser --disabled-password --gecos "" intelmq
64-
65- - name : Run full CI tests
66- run : tox -efull-ci
67-
6838 lint :
6939 runs-on : ubuntu-latest
7040 steps :
You can’t perform that action at this time.
0 commit comments