Skip to content

Commit

Permalink
Testing wasm-pack github workflows action
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed Feb 23, 2022
1 parent 749321f commit ddb0c04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-wallet-at-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: wasm-pack
uses: jetli/[email protected]

- name: Install dependencies
working-directory: ./anoma-wallet
run: npm install
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-wallet-at-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: wasm-pack
uses: jetli/[email protected]

- name: Install dependencies
working-directory: ./anoma-wallet
run: npm install
Expand Down

0 comments on commit ddb0c04

Please sign in to comment.