未验证 提交 b6a2eaea 编写于 作者: S Sebastian Florek 提交者: GitHub

Update ci-workflow.yml

上级 6cf40e70
......@@ -105,10 +105,15 @@ jobs:
run: |
[ ! -d "node_modules" ] && npm ci || node aio/scripts/version.js && command -v golangci-lint >/dev/null 2>&1 || { curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6; } && go mod download
- name: Run Unit Tests
- name: Run Frontend Unit Tests
uses: GabrielBB/xvfb-action@v1.2
with:
run: npm run test:coverage
run: npm run test:frontend:coverage
- name: Run Backend Unit Tests
run: |
export GOPATH=$(go env GOPATH)/bin
npm run test:backend:coverage
- name: Cleanup & Upload Coverage
shell: bash
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册