mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 15:25:44 +00:00
Merge pull request #1004 from webadderallorg/codex/heroui-ui
Integrate HeroUI editor, recording library, caption fixes and cloud foundations
This commit is contained in:
@@ -52,8 +52,14 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: npm run format:check
|
||||
|
||||
- name: Test
|
||||
# Real recording-import tests require the binary skipped by --ignore-scripts.
|
||||
- name: Install FFmpeg for integration tests
|
||||
id: ffmpeg
|
||||
if: ${{ !cancelled() && steps.install.outcome == 'success' }}
|
||||
run: npm rebuild ffmpeg-static
|
||||
|
||||
- name: Test
|
||||
if: ${{ !cancelled() && steps.install.outcome == 'success' && steps.ffmpeg.outcome == 'success' }}
|
||||
run: npm test
|
||||
|
||||
# Main currently has known locale-parity debt covered by PR #710. Keep the
|
||||
|
||||
Reference in New Issue
Block a user