Skip to content

Commit

Permalink
fix(docker): fix release workflows when building console with gradio (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jialeicui authored Jan 30, 2023
1 parent bb0647e commit d391907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Install yarn
- name: Install dev tools
working-directory: ./console
run: make install-yarn
run: make install-dev-tools

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand All @@ -147,7 +147,7 @@ jobs:

- name: Yarn Build
working-directory: ./console
run: make build-ui
run: make build-all
env:
NODE_OPTIONS: "--max-old-space-size=5120"

Expand Down

0 comments on commit d391907

Please sign in to comment.