Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump cookie, engine.io and express in /openvidu-components-angular #849

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/openvidu-components-angular-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@ jobs:
LAUNCH_MODE: CI
run: npm run e2e:nested-events --prefix openvidu-components-angular

unit_tests:
name: Run Unit Tests
runs-on: ubuntu-latest
needs: test_setup
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ inputs.commit_sha || github.sha }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Dependencies
run: |
cd openvidu-components-angular
npm install
- name: Run Unit Tests
run: npm run lib:test


nested_components_e2e_directives:
needs: test_setup
name: Nested directives
Expand Down
28 changes: 14 additions & 14 deletions openvidu-components-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading