Skip to content

Commit

Permalink
DE-564: fixed broken tests from latest changes from SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Blacutt authored and Alberto Blacutt committed Jan 18, 2024
1 parent 6d18ae9 commit 97756ef
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 3,418 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile
- name: Build process verification
run: pnpm run build
- name: e2e tests verification
Expand Down
Loading

0 comments on commit 97756ef

Please sign in to comment.