Skip to content

Commit

Permalink
* [ci] refactor build configuration for test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ysicing committed Aug 26, 2024
1 parent 253def5 commit 6dbc76e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 62 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/test-win.yml

This file was deleted.

13 changes: 4 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ on:
push:
branches:
- '*'
# paths:
# - '**.go'
# - 'go.mod'
# - '.github/workflows/*.yml'
# pull_request:
# branches:
# - "*"
# paths:
# - '**.go'

jobs:
build:
Expand Down Expand Up @@ -49,5 +40,9 @@ jobs:
run: |
cd ui && yarn install && cd ..
cd client && yarn install && cd ..
make prepare
make compile_ui
- name: Release
run: |
make default

0 comments on commit 6dbc76e

Please sign in to comment.