Kaynağa Gözat

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 yıl önce
committed by GitHub
ebeveyn
işleme
52cfaf4e61
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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 Dosyayı Görüntüle

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

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

jobs:
build:


+ 1
- 1
.github/workflows/e2e.yml Dosyayı Görüntüle

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

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

jobs:
build:


+ 1
- 1
.github/workflows/pythonapp.yml Dosyayı Görüntüle

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

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

jobs:
build:


Yükleniyor…
İptal
Kaydet