Skip to content

Commit

Permalink
WIP: another attempt to make GH Actions work.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcepl committed Dec 18, 2024
1 parent fa5431c commit 8e0aeed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Build and Test

on:
push:
branches: [ master, opensuse ]
branches:
- 'opensuse_3.6'
pull_request:
branches: [ master, opensuse ]
branches:
- 'opensuse_3.6'

jobs:
build_and_test:
Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:
xvfb-run
xz-devel
zlib-devel
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: ./configure --with-pydebug
- run: make -j
- run: ./python -m test -j

0 comments on commit 8e0aeed

Please sign in to comment.