Parcourir la source

ci: run the tests in the PRs

tags/v0.8.0
Jérôme Deuchnord il y a 4 ans
Parent
révision
95f7d4a55a
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 6D1B91F131F89577
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  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 Voir le fichier

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

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

jobs:
build:


+ 1
- 1
.github/workflows/e2e.yml Voir le fichier

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

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

jobs:
build:


+ 1
- 1
.github/workflows/pythonapp.yml Voir le fichier

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

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

jobs:
build:


Chargement…
Annuler
Enregistrer