Skip to content

Commit 096fc30

Browse files
outscale-mgojerome-jutteau
authored andcommitted
keep default config test, but test with python 11 too
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
1 parent e746434 commit 096fc30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
run: |
2626
cd pkg && make osc-cli-x86_64.AppImage
2727
./osc-cli-x86_64.AppImage 2>&1 | grep Usage
28+
cd pkg && make clean
29+
cd pkg && make ./configure --py3_ver=11 --arch_old=2014 && make osc-cli-x86_64.AppImage
30+
./osc-cli-x86_64.AppImage 2>&1 | grep Usage
2831
- name: Upload artifacts
2932
uses: actions/upload-artifact@v2
3033
with:

0 commit comments

Comments
 (0)