瀏覽代碼
ci: run the tests in the PRs
tags/v0.8.0
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 6D1B91F131F89577
共有
3 個檔案被更改,包括
3 行新增 和
3 行删除
-
.github/workflows/commitlint.yml
-
.github/workflows/e2e.yml
-
.github/workflows/pythonapp.yml
|
|
@@ -1,6 +1,6 @@ |
|
|
name: Commit lint |
|
|
name: Commit lint |
|
|
|
|
|
|
|
|
on: [push] |
|
|
|
|
|
|
|
|
on: [push, pull_request] |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
|
|
|
@@ -1,6 +1,6 @@ |
|
|
name: E2E tests |
|
|
name: E2E tests |
|
|
|
|
|
|
|
|
on: [push] |
|
|
|
|
|
|
|
|
on: [push, pull_request] |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
|
|
|
@@ -1,6 +1,6 @@ |
|
|
name: Python application |
|
|
name: Python application |
|
|
|
|
|
|
|
|
on: [push] |
|
|
|
|
|
|
|
|
on: [push, pull_request] |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
|