4 Commits

Author SHA256 Message Date
eff2380c6c Move exit to the begining
Some checks failed
OBS build / build (pull_request) Has been cancelled
2024-11-13 12:08:43 +01:00
8807b73707 Break tests
Some checks failed
OBS build / build (pull_request) Has been cancelled
2024-11-13 12:07:26 +01:00
08c73a2436 Add build ci
Some checks failed
OBS build / build (pull_request) Has been cancelled
2024-11-13 11:22:27 +01:00
ac57fb95df Merge pull request 'Break tests' (#2) from test-branch into factory
Reviewed-on: #2
2024-10-02 10:14:35 +02:00
2 changed files with 14 additions and 0 deletions

13
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,13 @@
name: OBS build
run-name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}

View File

@@ -62,6 +62,7 @@ rm pytest.ini
%endif %endif
%check %check
exit 1
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
# Tests that requires network # Tests that requires network
donttest="webtest or url_https.spec" donttest="webtest or url_https.spec"