@@ -26,22 +26,26 @@ jobs:
26
26
- name : Build
27
27
run : make compile-with-docker-all
28
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
29
+ run : |
30
+ make tests-with-docker
31
+ make integ-tests-with-docker-x86-64
32
+ make integ-tests-with-docker-arm64
33
+ make integ-tests-with-docker-old
34
+ # - name: Run Integ Tests x86
35
+ # uses: actions/setup-python@v5
36
+ # with:
37
+ # python-version: '3.11'
38
+ # run: make integ-tests-with-docker-x86-64
39
+ # - name: Run Integ Tests arm64
40
+ # uses: actions/setup-python@v5
41
+ # with:
42
+ # python-version: '3.11'
43
+ # run: make integ-tests-with-docker-arm64
44
+ # - name: Run Integ Tests Old
45
+ # uses: actions/setup-python@v5
46
+ # with:
47
+ # python-version: '3.11'
48
+ # run: make integ-tests-with-docker-old
45
49
- name : Release
46
50
uses : softprops/action-gh-release@v2
47
51
with :
0 commit comments