Skip to content

[ECO-2158] Create a docker image for starting the emojicoin_dot_fun local testnet for e2e testing locally and in CI #1942

[ECO-2158] Create a docker image for starting the emojicoin_dot_fun local testnet for e2e testing locally and in CI

[ECO-2158] Create a docker image for starting the emojicoin_dot_fun local testnet for e2e testing locally and in CI #1942

Workflow file for this run

---
env:
NEXT_PUBLIC_MODULE_ADDRESS: |-
4bab58978ec1b1bef032eeb285ad47a6a9b997d646c19b598c35f46b26ff9ece
PUBLISHER_PRIVATE_KEY: |-
29479e9e5fe47ba9a8af509dd6da1f907510bcf8917bfb19b7079d8c63c0b720
START_LOCAL_NODE_FOR_TEST: 'true'
TS_DIR: 'src/typescript'
jobs:
ts-run-tests:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
with:
submodules: 'false'
- name: 'Install the latest Aptos CLI'
uses: 'aptos-labs/aptos-core/.github/actions/get-latest-cli@8792eef'
with:
destination_directory: '/usr/local/bin'
- uses: './.github/actions/ts-run-tests'
name: 'Run the TypeScript E2E and unit tests with a local testnet'
'on':
pull_request: null
push:
branches:
- 'main'
workflow_dispatch: null
...