瀏覽代碼

ci: run the tests in the PRs

tags/v0.8.0
Jérôme Deuchnord 5 年之前
父節點
當前提交
95f7d4a55a
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 6D1B91F131F89577
共有 3 個檔案被更改,包括 3 行新增3 行删除
  1. +1
    -1
      .github/workflows/commitlint.yml
  2. +1
    -1
      .github/workflows/e2e.yml
  3. +1
    -1
      .github/workflows/pythonapp.yml

+ 1
- 1
.github/workflows/commitlint.yml 查看文件

@@ -1,6 +1,6 @@
name: Commit lint name: Commit lint


on: [push]
on: [push, pull_request]


jobs: jobs:
build: build:


+ 1
- 1
.github/workflows/e2e.yml 查看文件

@@ -1,6 +1,6 @@
name: E2E tests name: E2E tests


on: [push]
on: [push, pull_request]


jobs: jobs:
build: build:


+ 1
- 1
.github/workflows/pythonapp.yml 查看文件

@@ -1,6 +1,6 @@
name: Python application name: Python application


on: [push]
on: [push, pull_request]


jobs: jobs:
build: build:


Loading…
取消
儲存