Skip to content

Commit

Permalink
Merge branch 'feature/entities-rework'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed Jan 22, 2024
2 parents 7974fc9 + 312ed46 commit e09394a
Show file tree
Hide file tree
Showing 29 changed files with 25,552 additions and 8,975 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
on:
push:
branches:
- master
- develop

pull_request:
types: [opened, edited]
branches:
- master

workflow_dispatch:

jobs:
test-on-ubuntu:
name: Testing Workflow Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
check-latest: true
- run: |
npm ci
npm run build
npx playwright install --with-deps
npm run test
cd packages/captions-renderer
npm run test:e2e
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.1
16
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"workspaces": ["packages/*"],
"version": "independent"
}
Loading

1 comment on commit e09394a

@vercel
Copy link

@vercel vercel bot commented on e09394a Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.