mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-11 18:24:05 +00:00
Test case for EdenNetwork event handler (#31)
* Test case for calling EdenNetwork event handler * Test cases for calling EdenNetwork event handlers * Test cases for calling event handlers in EdenNetworkDistribution * Test cases for calling event handlers in EdenNetworkGovernance * Perform eth-calls according to contract name in param * Pass function params in eth-call host API * Return value from eth-call to wasm * Add instructions for running tests * Install assemblyscript from github packages * Add instrcutions for installing private github packages * Use vulcanize assemblyscript package
This commit is contained in:
@@ -18,6 +18,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: yarn
|
||||
# https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#use-private-packages
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Linter check
|
||||
run: yarn lint
|
||||
build:
|
||||
|
||||
@@ -15,6 +15,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: yarn
|
||||
# https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#use-private-packages
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Linter check
|
||||
run: yarn lint
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user