Skip to content

Commit 63234be

Browse files
authored
Use bot account for integration tests (#29)
resolves #16
1 parent 060318d commit 63234be

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/local-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: Send a stream message
2626
uses: ./
2727
with:
28-
username: 'ggrossetie@yuzutech.fr'
28+
email: 'it-bot@github-actions-test.zulipchat.com'
2929
api-key: ${{ secrets.ZULIP_API_KEY }}
30-
organization-url: 'https://kroki.zulipchat.com'
30+
organization-url: 'https://github-actions-test.zulipchat.com'
3131
to: 'test'
3232
type: 'stream'
3333
topic: 'github actions'
@@ -36,10 +36,10 @@ jobs:
3636
- name: Send a private message
3737
uses: ./
3838
with:
39-
username: 'ggrossetie@yuzutech.fr'
39+
email: 'it-bot@github-actions-test.zulipchat.com'
4040
api-key: ${{ secrets.ZULIP_API_KEY }}
41-
organization-url: 'https://kroki.zulipchat.com'
42-
to: '282093'
41+
organization-url: 'https://github-actions-test.zulipchat.com'
42+
to: '423060'
4343
type: 'private'
4444
content: 'With mirth and laughter let old wrinkles come.'
4545
if: ${{ steps.enable_integration_tests.outputs.value == 'true' }}
@@ -55,8 +55,8 @@ jobs:
5555
- name: Missing API key and password
5656
uses: ./
5757
with:
58-
username: 'ggrossetie@yuzutech.fr'
59-
organization-url: 'https://kroki.zulipchat.com'
58+
email: 'it-bot@github-actions-test.zulipchat.com'
59+
organization-url: 'https://github-actions-test.zulipchat.com'
6060
to: 'test'
6161
type: 'stream'
6262
topic: 'github actions'
@@ -65,7 +65,7 @@ jobs:
6565
- name: Wrong organization URL
6666
uses: ./
6767
with:
68-
username: 'ggrossetie@yuzutech.fr'
68+
email: 'it-bot@github-actions-test.zulipchat.com'
6969
api-key: ${{ secrets.ZULIP_API_KEY }}
7070
organization-url: 'https://org.zulipchat.com'
7171
to: '282093'

0 commit comments

Comments
 (0)