Skip to content

Commit

Permalink
chore: Update CI workflow to include test step and add environment va…
Browse files Browse the repository at this point in the history
…riables for audit log webhook, DM message content, and mention message content
  • Loading branch information
k-taro56 committed May 31, 2024
1 parent 4e360a1 commit 9962c56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:

- name: Test
run: pnpm test
env:
AUDIT_LOG_WEBHOOK: 'hoge'
DM_MESSAGE_CONTENT: 'fuga'
MENTION_MESSAGE_CONTENT: 'piyo'

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 9962c56

Please sign in to comment.