Skip to content

Commit 372b82a

Browse files
authored
Add yarn install step (#1532)
* Update agent-sdk versions * Update agent SDK versions * Refactor codecs, enhance logs * Add yarn install step
1 parent cb2552a commit 372b82a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate-regression.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
run: corepack prepare [email protected] --activate
5757
shell: bash
5858

59+
- name: Install dependencies
60+
run: yarn install
61+
5962
- name: Run regression tests
6063
run: yarn regression
6164

0 commit comments

Comments
 (0)