mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 17:27:29 +01:00
CI
This commit is contained in:
parent
04548ab1e7
commit
22ae77f464
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
|||||||
- name: Init test configuration
|
- name: Init test configuration
|
||||||
run: |
|
run: |
|
||||||
cd python-tests/
|
cd python-tests/
|
||||||
echo """{\n "login": {\n "password": "",\n "username": ""\n },\n "server": "http://localhost/openstamanager",\n "browser": "chrome",\n "headless": true\n}""" >| cache/config.json
|
echo -ne """{\n "login": {\n "password": "admin",\n "username": "admin"\n },\n "server": "http://localhost/openstamanager",\n "browser": "chrome",\n "headless": true\n}""" > config.json
|
||||||
pytest Init.py
|
pytest Init.py
|
||||||
|
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user