Skip to content

Commit

Permalink
update prism version
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Jul 31, 2024
1 parent 0e41a7f commit d9ab790
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Packages and Test
run: |
yarn
npm install -g @stoplight/prism-cli
npm install -g @stoplight/prism-cli@5.8.1
prism mock ./bandwidth.yml & yarn test-unit
env:
OPERATING_SYSTEM: ${{ matrix.os }}
Expand Down
1 change: 0 additions & 1 deletion tests/smoke/transcriptions-api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ describe('TranscriptionsApi', () => {

describe('listRealTimeTranscriptions', () => {
test('should list call transcriptions', async () => {
console.log(mantecaCallId);
await sleep(SLEEP_TIME_S * 20);

const { status, data } =
Expand Down

0 comments on commit d9ab790

Please sign in to comment.