Skip to content

Fix integration tests #16

@ggrossetie

Description

@ggrossetie

Currently, I'm using my personal account on one of my Zulip organization to test this GitHub Actions (using GitHub Actions!):

- name: Send a stream message
uses: ./
with:
username: 'ggrossetie@yuzutech.fr'
api-key: ${{ secrets.ZULIP_API_KEY }}
organization-url: 'https://kroki.zulipchat.com'
to: 'test'
type: 'stream'
topic: 'github actions'
content: 'I come not, friends, to steal away your hearts.'
- name: Send a private message
uses: ./
with:
username: 'ggrossetie@yuzutech.fr'
api-key: ${{ secrets.ZULIP_API_KEY }}
organization-url: 'https://kroki.zulipchat.com'
to: '282093'
type: 'private'
content: 'With mirth and laughter let old wrinkles come.'

Unfortunately, I cannot configure secrets on this repository so api-key is undefined and tests are failing:

api-key: ${{ secrets.ZULIP_API_KEY }}

@timabbott Do you think it would be possible to setup/use a test organization to test this GitHub Actions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions