mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-05 12:27:14 +01:00
CI
This commit is contained in:
parent
22ae77f464
commit
e5cbc02479
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
- name: Init test configuration
|
||||
run: |
|
||||
cd python-tests/
|
||||
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
|
||||
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
|
||||
|
||||
- name: Execute tests
|
||||
|
Loading…
Reference in New Issue
Block a user