Skip to content
代码片段 群组 项目
提交 f8ea04a2 编辑于 作者: Timotej Ecimovic's avatar Timotej Ecimovic
浏览文件

Rename the badges and remove extensive testing from the release build.

上级 cdbe67cc
No related branches found
No related tags found
无相关合并请求
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Cypress
name: Cypress UI tests
on:
push:
......
name: Build & Release
name: Build and release packages
on: push
......@@ -19,7 +19,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3.0.0
with:
node-version: 14.x
node-version: 16.x
- name: Prepare Linux build environment
if: startsWith(matrix.os, 'ubuntu')
......@@ -42,15 +42,6 @@ jobs:
- run: npm rebuild libxmljs --update-binary
- run: npm run build-spa
- run: npm run lint
- run: npm run test
if: startsWith(matrix.os, 'ubuntu')
- run: xvfb-run -a npm run self-check
if: startsWith(matrix.os, 'ubuntu')
- run: npm run gen
- run: npm run genmatter
- run: npm run gendotdot
- run: xvfb-run -a npm run test:e2e-ci
if: startsWith(matrix.os, 'ubuntu')
- name: Build & Release for macOS / Windows on macOS
uses: samuelmeuli/action-electron-builder@v1.6.0
......
name: SonarCloud
name: SonarCloud scan
on:
push:
branches:
......
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Zap
name: Generation and back-end tests
on:
push:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册