This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
kosmorro
mirror of
https://github.com/Kosmorro/kosmorro
Watch
1
Star
0
Fork
0
Code
Issues
Releases
33
Activity
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
4 years ago
committed by
GitHub
parent
ff53585e50
95f7d4a55a
commit
52cfaf4e61
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/commitlint.yml
+1
-1
.github/workflows/e2e.yml
+1
-1
.github/workflows/pythonapp.yml
+ 1
- 1
.github/workflows/commitlint.yml
View File
@@ -1,6 +1,6 @@
name: Commit lint
on: [push]
on: [push
, pull_request
]
jobs:
build:
+ 1
- 1
.github/workflows/e2e.yml
View File
@@ -1,6 +1,6 @@
name: E2E tests
on: [push]
on: [push
, pull_request
]
jobs:
build:
+ 1
- 1
.github/workflows/pythonapp.yml
View File
@@ -1,6 +1,6 @@
name: Python application
on: [push]
on: [push
, pull_request
]
jobs:
build:
Write
Preview
Loading…
Cancel
Save