We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4b6bc commit 4a5369cCopy full SHA for 4a5369c
1 file changed
.github/workflows/testing.yml
@@ -17,6 +17,7 @@ jobs:
17
matrix:
18
python-version: [3.8]
19
make-command: [doc8, flake8, pylint, integration_test]
20
+ kiwitcms-url: [tcms.kiwitcms.org, public.tenant.kiwitcms.org]
21
22
steps:
23
@@ -33,11 +34,11 @@ jobs:
33
34
pip install -U pip
35
pip install -r devel.txt
36
- - name: Prepare for integration test
37
+ - name: Prepare for integration test; report to ${{ matrix.kiwitcms-url }}
38
if: matrix.make-command == 'integration_test'
39
run: |
40
echo "[tcms]" > ~/.tcms.conf
- echo "url = https://tcms.kiwitcms.org/xml-rpc/" >> ~/.tcms.conf
41
+ echo "url = https://${{ matrix.kiwitcms-url }}/xml-rpc/" >> ~/.tcms.conf
42
echo "username = kiwitcms-bot" >> ~/.tcms.conf
43
echo "password = ${{ secrets.TCMS_PASSWORD }}" >> ~/.tcms.conf
44
0 commit comments