We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b014e commit f259a7eCopy full SHA for f259a7e
1 file changed
.github/workflows/unit-tests.yml
@@ -16,7 +16,7 @@ on:
16
- develop
17
- feat/**
18
- fix/**
19
-
+
20
workflow_dispatch:
21
inputs:
22
debug:
@@ -74,7 +74,9 @@ jobs:
74
cache-dependency-path: '**/go.sum'
75
76
- name: Initialize Database Schema
77
- run: make init confirm=init
+ run: |
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: Run Unit Tests
82
run: go test -v ./...
0 commit comments