-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '2.0' into implicit-account-creation-transition
- Loading branch information
Showing
290 changed files
with
10,300 additions
and
11,532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
- name: Install wasm-bindgen-cli | ||
uses: jetli/[email protected] | ||
with: | ||
version: "0.2.87" | ||
version: "0.2.88" | ||
|
||
- name: Set Up Node.js ${{ matrix.node }} and Yarn Cache | ||
uses: actions/setup-node@v3 | ||
|
@@ -86,16 +86,16 @@ jobs: | |
if: ${{ startsWith(matrix.os, 'ubuntu') }} | ||
uses: "./.github/actions/private-tangle/setup" | ||
|
||
# - name: Run Yarn Test | ||
# if: ${{ startsWith(matrix.os, 'ubuntu') }} | ||
# working-directory: bindings/wasm/ | ||
# run: yarn test | ||
- name: Run Yarn Test | ||
if: ${{ startsWith(matrix.os, 'ubuntu') }} | ||
working-directory: bindings/wasm/ | ||
run: yarn test | ||
|
||
- name: Run Yarn Test | ||
if: ${{ !startsWith(matrix.os, 'ubuntu') }} | ||
working-directory: bindings/wasm/ | ||
# Only run test that doesn't require a node because we can't use the private tangle script on macos and windows | ||
run: yarn test -t 'Wallet methods' | ||
run: yarn test -t 'utils methods' | ||
|
||
- name: Tear down private tangle | ||
if: ${{ startsWith(matrix.os, 'ubuntu') }} | ||
|
Oops, something went wrong.