Skip to content

Commit

Permalink
fix: next generation building tools and testing framework (#258)
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribo Labrador <[email protected]>
  • Loading branch information
elribonazo authored Sep 13, 2024
1 parent 3a8fd66 commit 54ead35
Show file tree
Hide file tree
Showing 100 changed files with 10,547 additions and 7,486 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@goncalo-frade-iohk @yshyn-iohk @elribonazo @curtis-h @cristianIOHK
@goncalo-frade-iohk @yshyn-iohk @elribonazo @curtis-h @cristianIOHK @milosh86

# Test related:
/tests/ @amagyar-iohk @curtis-h @elribonazo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Install
run: npm install
run: npm install && npm i @rollup/rollup-linux-x64-gnu

- name: Eslint
run: npx eslint .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Pack sdk
run: |
npm install
npm install && npm i @rollup/rollup-linux-x64-gnu
npm run build
npm pack
echo "PACKAGE_NAME=$(find . -maxdepth 1 -name hyperledger-identus-edge-agent-sdk* | tr -d '\n')" >> "$GITHUB_ENV"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
GIT_AUTHOR_NAME: ${{ steps.import_gpg.outputs.name }}
GIT_COMMITTER_NAME: ${{ steps.import_gpg.outputs.name }}
run: |
npm install
npm install && npm i @rollup/rollup-linux-x64-gnu
npx semantic-release -e ./release.config.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This repository contains compiles typescript code and some rust dependencies for

Clone the repository
```
git clone [email protected]:hyperledger/identus-edge-agent-sdk-ts.git --recruse-submodules
git clone [email protected]:hyperledger/identus-edge-agent-sdk-ts.git --recurse-submodules
```

To be able to run the demos, we have to build `identus-edge-agent-sdk-ts`.
Expand Down
Loading

0 comments on commit 54ead35

Please sign in to comment.