Skip to content

Commit 3cf9fe9

Browse files
author
aoife cassidy
authored
chore(ci): add resemble api key to test (#345)
1 parent 83722ed commit 3cf9fe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
DEEPGRAM_API_KEY: ${{ secrets.DEEPGRAM_API_KEY }}
5151
CARTESIA_API_KEY: ${{ secrets.CARTESIA_API_KEY }}
5252
NEUPHONIC_API_KEY: ${{ secrets.NEUPHONIC_API_KEY }}
53+
RESEMBLE_API_KEY: ${{ secrets.RESEMBLE_API_KEY }}
5354
run: pnpm test plugins
5455
- name: Test specific plugins
5556
if: steps.filter.outputs.agents-or-tests == 'false' && steps.filter.outputs.plugins == 'true' && github.event_name == 'pull_request'
@@ -59,6 +60,7 @@ jobs:
5960
DEEPGRAM_API_KEY: ${{ secrets.DEEPGRAM_API_KEY }}
6061
CARTESIA_API_KEY: ${{ secrets.CARTESIA_API_KEY }}
6162
NEUPHONIC_API_KEY: ${{ secrets.NEUPHONIC_API_KEY }}
63+
RESEMBLE_API_KEY: ${{ secrets.RESEMBLE_API_KEY }}
6264
run: |
6365
plugins=$(git diff-tree --name-only --no-commit-id -r ${{ github.sha }} | grep '^plugins.*\.ts$' | cut -d/ -f2 | sort -u | tr '\n' ' ')
6466
read -ra plugins <<< "$plugins"

0 commit comments

Comments
 (0)