Skip to content

Commit 5f0a568

Browse files
committed
ci(github): prepare packed assets before running unit tests
1 parent d69349a commit 5f0a568

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
cp apps/lina-core/manifest/config/config.template.yaml apps/lina-core/manifest/config/config.yaml
7979
make init confirm=init
8080
81+
- name: Prepare Packed Assets
82+
run: |
83+
cd apps/lina-core && make prepare-packed-assets
84+
8185
- name: Run Unit Tests
8286
run: |
8387
cd apps/lina-core && go test -v ./...

0 commit comments

Comments
 (0)