Skip to content

Commit 3510843

Browse files
authored
Merge pull request #5980 from remotion-dev/upgrade-aws-sdk
2 parents 00b25f7 + 9c85150 commit 3510843

File tree

5 files changed

+844
-132
lines changed

5 files changed

+844
-132
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Lambda tests
3434
timeout-minutes: 10
3535
run: |
36-
cd packages/lambda && bun test src/test/integration --run
36+
cd packages/lambda && bunx remotion browser ensure && bun test src/test/integration --run
3737
nextjs-tests:
3838
runs-on: ubuntu-latest
3939
name: Next.js SSR build

0 commit comments

Comments
 (0)