Skip to content

Commit

Permalink
Merge pull request #2864 from andrewbaldwin44/bugfix/webui-deploy
Browse files Browse the repository at this point in the history
Web UI Github Action Publish steps must Build lib
  • Loading branch information
cyberw authored Aug 19, 2024
2 parents d82e4b3 + 6625ead commit 13b0f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ jobs:
run: |
yarn webui:install
yarn webui:build
yarn webui:build:lib
- name: Build + set TAG env var for later use
run: |
SKIP_PRE_BUILD=true python -m poetry build
Expand Down Expand Up @@ -278,6 +279,7 @@ jobs:
run: |
yarn webui:install
yarn webui:build
yarn webui:build:lib
- name: Build
if: ${{ env.NOT_MERGE_COMMIT == '' }}
run: |
Expand Down

0 comments on commit 13b0f14

Please sign in to comment.