Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/e2e-components-angular-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Build OpenVidu Components Angular
id: build
uses: OpenVidu/actions/build-openvidu-components-angular@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16
uses: OpenVidu/actions/build-openvidu-components-angular@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18

build_and_start_tutorials:
runs-on: ubuntu-latest
Expand All @@ -47,7 +47,7 @@ jobs:
node-version: '22'

- name: Install safe-chain
uses: OpenVidu/actions/install-safe-chain@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16
uses: OpenVidu/actions/install-safe-chain@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18

# Download artifact if built from source - place it in the parent directory
- name: Download OpenVidu Components Angular package
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
node-version: '22'

- name: Install safe-chain
uses: OpenVidu/actions/install-safe-chain@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16
uses: OpenVidu/actions/install-safe-chain@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18

# Download artifact if built from source
- name: Download OpenVidu Components Angular package
Expand All @@ -93,7 +93,7 @@ jobs:
path: './openvidu-components-angular/openvidu-demo-app'

- name: Setup OpenVidu Local Deployment
uses: OpenVidu/actions/start-openvidu-local-deployment@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16
uses: OpenVidu/actions/start-openvidu-local-deployment@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18
with:
ref-openvidu-local-deployment: "development"
openvidu-edition: "community"
Expand Down
Loading