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
|
||||
runs-on: mainnet
|
||||
steps:
|
||||
- name: print
|
||||
run: echo ${GITHUB_REF#refs/heads/}
|
||||
- name: Environment
|
||||
run: export NODE_OPTIONS="--max_old_space_size=4096"
|
||||
|
||||
- name: Git Checkout Latest
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install
|
||||
run: yarn install
|
||||
run: yarn install --ignore-engines
|
||||
|
||||
- name: Build
|
||||
run: yarn run vue-cli-service build
|
||||
|
Loading…
Reference in New Issue
Block a user