Explorar el Código
Merge pull request #76 from Deuchnord/fix-ci-pr
ci: run the tests in the PRs
tags/v0.8.0
Jérôme Deuchnord
hace 6 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 3 ficheros con
3 adiciones y
3 borrados
-
.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: |
|
|
|