Skip to content

Commit 4a5369c

Browse files
committed
ci: Report tests to public.tenant as well
1 parent 7c4b6bc commit 4a5369c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
matrix:
1818
python-version: [3.8]
1919
make-command: [doc8, flake8, pylint, integration_test]
20+
kiwitcms-url: [tcms.kiwitcms.org, public.tenant.kiwitcms.org]
2021

2122
steps:
2223

@@ -33,11 +34,11 @@ jobs:
3334
pip install -U pip
3435
pip install -r devel.txt
3536
36-
- name: Prepare for integration test
37+
- name: Prepare for integration test; report to ${{ matrix.kiwitcms-url }}
3738
if: matrix.make-command == 'integration_test'
3839
run: |
3940
echo "[tcms]" > ~/.tcms.conf
40-
echo "url = https://tcms.kiwitcms.org/xml-rpc/" >> ~/.tcms.conf
41+
echo "url = https://${{ matrix.kiwitcms-url }}/xml-rpc/" >> ~/.tcms.conf
4142
echo "username = kiwitcms-bot" >> ~/.tcms.conf
4243
echo "password = ${{ secrets.TCMS_PASSWORD }}" >> ~/.tcms.conf
4344

0 commit comments

Comments
 (0)