We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5431c commit 8e0aeedCopy full SHA for 8e0aeed
.github/workflows/main.yml .github/workflows/build.yml.github/workflows/main.yml renamed to .github/workflows/build.yml
@@ -2,9 +2,11 @@ name: Build and Test
2
3
on:
4
push:
5
- branches: [ master, opensuse ]
+ branches:
6
+ - 'opensuse_3.6'
7
pull_request:
8
9
10
11
jobs:
12
build_and_test:
@@ -40,7 +42,7 @@ jobs:
40
42
xvfb-run
41
43
xz-devel
44
zlib-devel
- - uses: actions/checkout@v2
45
+ - uses: actions/checkout@v4
46
- run: ./configure --with-pydebug
47
- run: make -j
48
- run: ./python -m test -j
0 commit comments