File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 21
21
- name : " Run tests"
22
22
run : " hatch -v run test.py$(echo ${{ matrix.python-version }} | tr -d '.'):pytest"
23
23
24
+ diagnose-test :
25
+ name : " Diagnose tests"
26
+ runs-on : ubuntu-latest
27
+ steps :
28
+ - uses : actions/checkout@v4
29
+ - uses : actions/setup-python@v5
30
+ with :
31
+ python-version : 3.12
32
+ - name : " Install hatch"
33
+ run : " pip install hatch"
34
+ - name : " Init Git submodules"
35
+ run : " git submodule init"
36
+ - name : " Update Git submodules"
37
+ run : " git submodule update"
38
+ - name : " Run diagnose tests"
39
+ run : " ./tests/diagnose/bin/test"
40
+
24
41
lint-style :
25
42
name : " Style linter"
26
43
runs-on : ubuntu-latest
29
46
- uses : actions/setup-python@v5
30
47
with :
31
48
python-version : 3.12
49
+ - uses : ruby/setup-ruby@v1
50
+ with :
51
+ ruby-version : " 3.3"
52
+ bundler-cache : true
32
53
- name : " Install hatch"
33
54
run : " pip install hatch"
34
55
- name : " Run style linter"
You can’t perform that action at this time.
0 commit comments