Skip to content
Snippets Groups Projects
Commit 8db15b90 authored by Sabine Schröder's avatar Sabine Schröder
Browse files

now doing pytest inside pre-commit --> do not commit, if there is something wrong

parent 16d8489d
No related branches found
No related tags found
No related merge requests found
Pipeline #39039 passed
stages:
- test
# - test
- deploy
- pages
......@@ -9,18 +9,18 @@ cache:
- public/docs/
#### Test ####
test:
stage: test
tags:
- leap
- zam347
- base
script:
- zypper --non-interactive install python3-pip
- pip install --upgrade pip
- pip install --no-cache-dir -r requirements.txt
- chmod +x ./CI/do_pytest.sh
- ./CI/do_pytest.sh
#test:
# stage: test
# tags:
# - leap
# - zam347
# - base
# script:
# - zypper --non-interactive install python3-pip
# - pip install --upgrade pip
# - pip install --no-cache-dir -r requirements.txt
# - chmod +x ./CI/do_pytest.sh
# - ./CI/do_pytest.sh
#### Documentation ####
docs:
......
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment