Skip to content

Commit

Permalink
test do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrezina committed Sep 4, 2024
1 parent 14d7796 commit 0ff4e3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,9 @@ jobs:
mkdir -p $GITHUB_WORKSPACE/artifacts
source .venv/bin/activate
pytest \
MH_CONNECTION_DEBUG=yes pytest \
--mh-collect-logs=always \
--mh-collect-artifacts=always \
--color=yes \
--show-capture=no \
--mh-config=./mhc.yaml \
Expand Down
2 changes: 2 additions & 0 deletions src/tests/system/mhc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ domains:

- hostname: master.ipa.test
role: ipa
artifacts:
- /var/log/iparestore.log
config:
client:
ipa_domain: ipa.test
Expand Down

0 comments on commit 0ff4e3f

Please sign in to comment.