We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69349a commit 5f0a568Copy full SHA for 5f0a568
1 file changed
.github/workflows/unit-tests.yml
@@ -78,6 +78,10 @@ jobs:
78
cp apps/lina-core/manifest/config/config.template.yaml apps/lina-core/manifest/config/config.yaml
79
make init confirm=init
80
81
+ - name: Prepare Packed Assets
82
+ run: |
83
+ cd apps/lina-core && make prepare-packed-assets
84
+
85
- name: Run Unit Tests
86
run: |
87
cd apps/lina-core && go test -v ./...
0 commit comments