Skip to content

Commit

Permalink
Merge branch '13-move-multi-sig' into 'dev'
Browse files Browse the repository at this point in the history
Resolve "Add ergo multi sig package"

Closes #13

See merge request ergo/rosen-bridge/sign-protocols!29
  • Loading branch information
vorujack committed May 24, 2024
2 parents fcdafd1 + 4922bb1 commit a1a46a5
Show file tree
Hide file tree
Showing 21 changed files with 4,652 additions and 80 deletions.
8 changes: 4 additions & 4 deletions .gitlab/ts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type_check:
- '**/node_modules'
- '**/dist'
script:
- npm run type-check --workspace packages/*
- npm run type-check --workspace packages

lint:
stage: lint
Expand All @@ -42,7 +42,7 @@ lint:
- '**/node_modules'
- '**/dist'
script:
- npm run lint --workspace packages/*
- npm run lint --workspace packages

test:
stage: test
Expand All @@ -55,7 +55,7 @@ test:
- '**/node_modules'
- '**/dist'
script:
- npm run test --workspace packages/*
- npm run test --workspace packages

coverage:
stage: coverage
Expand All @@ -68,7 +68,7 @@ coverage:
- '**/node_modules'
- '**/dist'
script:
- npm run coverage --workspace packages/*
- npm run coverage --workspace packages
coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/'
artifacts:
reports:
Expand Down
Loading

0 comments on commit a1a46a5

Please sign in to comment.