Skip to content

Commit

Permalink
ci: Report tests to public.tenant as well
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jul 15, 2022
1 parent 7c4b6bc commit dcddd08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
python-version: [3.8]
make-command: [doc8, flake8, pylint, integration_test]
kiwitcms-url: [tcms.kiwitcms.org, public.tenant.kiwitcms.org]

steps:

Expand All @@ -33,11 +34,11 @@ jobs:
pip install -U pip
pip install -r devel.txt
- name: Prepare for integration test
- name: Prepare for integration test; report to ${{ matrix.kiwitcms-url }}
if: matrix.make-command == 'integration_test'
run: |
echo "[tcms]" > ~/.tcms.conf
echo "url = https://tcms.kiwitcms.org/xml-rpc/" >> ~/.tcms.conf
echo "url = https://${{ matrix.kiwitcms-url }}/xml-rpc/" >> ~/.tcms.conf
echo "username = kiwitcms-bot" >> ~/.tcms.conf
echo "password = ${{ secrets.TCMS_PASSWORD }}" >> ~/.tcms.conf
Expand Down

0 comments on commit dcddd08

Please sign in to comment.