Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Jan 12, 2023
1 parent 8a8c710 commit 9220c2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/mainnet-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9220c2a

Please sign in to comment.