File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 25
25
python-version : ' 3.11'
26
26
- name : Build
27
27
run : make compile-with-docker-all
28
- - name : Run Tests
29
- run : | # have to set up python?
30
- make tests-with-docker
28
+ - name : Run Integ Tests
29
+ run : make tests-with-docker
30
+ - name : Run Integ Tests x86
31
+ uses : actions/setup-python@v5
32
+ with :
33
+ python-version : ' 3.11'
34
+ run : make integ-tests-with-docker-x86-64
35
+ - name : Run Integ Tests arm64
36
+ uses : actions/setup-python@v5
37
+ with :
38
+ python-version : ' 3.11'
39
+ run : make integ-tests-with-docker-arm64
40
+ - name : Run Integ Tests Old
41
+ uses : actions/setup-python@v5
42
+ with :
43
+ python-version : ' 3.11'
44
+ run : make integ-tests-with-docker-old
31
45
- name : Release
32
46
uses : softprops/action-gh-release@v2
33
47
with :
You can’t perform that action at this time.
0 commit comments