Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Feb 27, 2024
1 parent 7ac3f2f commit 65d0056
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/dev-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- test

env:
NODE_OPTIONS: "--max_old_space_size=4096"
Expand Down Expand Up @@ -39,13 +39,11 @@ jobs:
run: |
cd ui
pnpm install
EVEREST_OUT_DIR=build pnpm build
mkdir ${GITHUB_WORKSPACE}/front
cp -rvf ./build/* ${GITHUB_WORKSPACE}/front/
- name: Embed Everest Frontend app into backend
run: |
cp -rf ${GITHUB_WORKSPACE}/front/* ${GITHUB_WORKSPACE}/public/dist/
mkdir -p ${GITHUB_WORKSPACE}/public/dist/
EVEREST_OUT_DIR=${GITHUB_WORKSPACE}/public/dist/ pnpm build
cd ${GITHUB_WORKSPACE}/public/dist/
echo "-----"
ls
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 65d0056

Please sign in to comment.