forked from cerc-io/cosmos-explorer
debug ci
This commit is contained in:
parent
8a8c710367
commit
9220c2a7a5
7
.github/workflows/mainnet-deploy.yaml
vendored
7
.github/workflows/mainnet-deploy.yaml
vendored
@ -12,13 +12,14 @@ jobs:
|
|||||||
name: Ping deploy
|
name: Ping deploy
|
||||||
runs-on: mainnet
|
runs-on: mainnet
|
||||||
steps:
|
steps:
|
||||||
- name: print
|
- name: Environment
|
||||||
run: echo ${GITHUB_REF#refs/heads/}
|
run: export NODE_OPTIONS="--max_old_space_size=4096"
|
||||||
|
|
||||||
- name: Git Checkout Latest
|
- name: Git Checkout Latest
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
run: yarn install
|
run: yarn install --ignore-engines
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn run vue-cli-service build
|
run: yarn run vue-cli-service build
|
||||||
|
Loading…
Reference in New Issue
Block a user