-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all paths for bindings/wasm/identity_wasm in al GH workflows f…
…iles and add clippy + format steps for bindings/wasm/iota_interaction_ts
- Loading branch information
1 parent
59f02b9
commit db8fe86
Showing
8 changed files
with
43 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ on: | |
- '**.toml' | ||
- 'bindings/**' | ||
- '!bindings/**.md' | ||
- 'bindings/wasm/README.md' # the Readme contain txm tests | ||
- 'bindings/wasm/identity_wasm/README.md' # the Readme contain txm tests | ||
|
||
env: | ||
RUST_BACKTRACE: full | ||
|
@@ -172,7 +172,7 @@ jobs: | |
# run examples only on ubuntu for now | ||
if: matrix.os == 'ubuntu-24.04' | ||
run: | | ||
cd bindings/wasm | ||
cd bindings/wasm/identity_wasm | ||
npm ci | ||
npm run test:readme:rust | ||
|
@@ -211,20 +211,20 @@ jobs: | |
|
||
- name: Install JS dependencies | ||
run: npm ci | ||
working-directory: bindings/wasm | ||
working-directory: bindings/wasm/identity_wasm | ||
|
||
- name: Download bindings/wasm artifacts | ||
- name: Download bindings/wasm/identity_wasm artifacts | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: identity-wasm-bindings-build | ||
path: bindings/wasm | ||
path: bindings/wasm/identity_wasm | ||
|
||
- name: Start iota sandbox | ||
uses: './.github/actions/iota-rebase-sandbox/setup' | ||
|
||
- name: Run Wasm examples | ||
run: npm run test:readme && npm run test:node | ||
working-directory: bindings/wasm | ||
working-directory: bindings/wasm/identity_wasm | ||
|
||
test-wasm-firefox: | ||
needs: build-wasm | ||
|
@@ -247,22 +247,22 @@ jobs: | |
|
||
- name: Install JS dependencies | ||
run: npm ci | ||
working-directory: bindings/wasm | ||
working-directory: bindings/wasm/identity_wasm | ||
|
||
- name: Download bindings/wasm artifacts | ||
- name: Download bindings/wasm/identity_wasm artifacts | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: identity-wasm-bindings-build | ||
path: bindings/wasm | ||
path: bindings/wasm/identity_wasm | ||
|
||
- name: Start iota sandbox | ||
uses: './.github/actions/iota-rebase-sandbox/setup' | ||
|
||
- name: Build Docker image | ||
uses: docker/[email protected] | ||
with: | ||
context: bindings/wasm/ | ||
file: bindings/wasm/cypress/Dockerfile | ||
context: bindings/wasm/identity_wasm/ | ||
file: bindings/wasm/identity_wasm/cypress/Dockerfile | ||
push: false | ||
tags: cypress-test:latest | ||
load: true | ||
|
@@ -291,22 +291,22 @@ jobs: | |
|
||
- name: Install JS dependencies | ||
run: npm ci | ||
working-directory: bindings/wasm | ||
working-directory: bindings/wasm/identity_wasm | ||
|
||
- name: Download bindings/wasm artifacts | ||
- name: Download bindings/wasm/identity_wasm artifacts | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: identity-wasm-bindings-build | ||
path: bindings/wasm | ||
path: bindings/wasm/identity_wasm | ||
|
||
- name: Start iota sandbox | ||
uses: './.github/actions/iota-rebase-sandbox/setup' | ||
|
||
- name: Build Docker image | ||
uses: docker/[email protected] | ||
with: | ||
context: bindings/wasm/ | ||
file: bindings/wasm/cypress/Dockerfile | ||
context: bindings/wasm/identity_wasm/ | ||
file: bindings/wasm/identity_wasm/cypress/Dockerfile | ||
push: false | ||
tags: cypress-test:latest | ||
load: true | ||
|
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
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
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
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