Skip to content

Commit

Permalink
Update feature-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkographic committed Aug 12, 2024
1 parent 9e26243 commit 3fb630c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feature-testing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature testing
on: [push, pull_request]
on: [push, pull_request, workflow_call]

jobs:
build:
Expand All @@ -14,7 +14,7 @@ jobs:
run: npm install -g ts-node
- name: Channel Features
run: ts-node ./scripts/tests/channel.ts
env:
env:
TOKEN: ${{ secrets.TEST_BOT_TOKEN }}
- name: Message Features
run: ts-node ./scripts/tests/message.ts
Expand Down

0 comments on commit 3fb630c

Please sign in to comment.