File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Nightly Tests
2+
3+ on :
4+ schedule :
5+ - cron : ' 0 0 * * *'
6+ workflow_dispatch :
7+
8+ jobs :
9+ tests :
10+ name : Tests
11+ strategy :
12+ fail-fast : false
13+ matrix :
14+ os : ["ubuntu-latest"]
15+ python-version : ["3.7", "3.8", "3.9", "3.10"]
16+ include :
17+ - os : " ubuntu-20.04"
18+ python-version : " 3.6"
19+ uses : ./.github/workflows/tests.yml
20+ with :
21+ python-version : ${{ matrix.python-version }}
22+ os : ${{ matrix.os }}
23+
24+ tests-indy :
25+ name : Tests (Indy)
26+ strategy :
27+ fail-fast : false
28+ matrix :
29+ os : ["ubuntu-latest"]
30+ python-version : ["3.7", "3.8", "3.9", "3.10"]
31+ include :
32+ - os : " ubuntu-20.04"
33+ python-version : " 3.6"
34+
35+ uses : ./.github/workflows/tests-indy.yml
36+ with :
37+ python-version : ${{ matrix.python-version }}
38+ os : ${{ matrix.os }}
39+ indy-version : " 1.16.0"
You can’t perform that action at this time.
0 commit comments