Browse Source
Merge pull request #76 from Deuchnord/fix-ci-pr
ci: run the tests in the PRs
tags/v0.8.0
Jérôme Deuchnord
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
.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: |
|
|
|