ソースを参照

Merge pull request #76 from Deuchnord/fix-ci-pr

ci: run the tests in the PRs
tags/v0.8.0
Jérôme Deuchnord 4年前
committed by GitHub
コミット
52cfaf4e61
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
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

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

jobs:
build:


+ 1
- 1
.github/workflows/e2e.yml ファイルの表示

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

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

jobs:
build:


+ 1
- 1
.github/workflows/pythonapp.yml ファイルの表示

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

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

jobs:
build:


読み込み中…
キャンセル
保存