소스 검색

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 년 전
committed by GitHub
부모
커밋
52cfaf4e61
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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 파일 보기

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

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

jobs:
build:


+ 1
- 1
.github/workflows/e2e.yml 파일 보기

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

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

jobs:
build:


+ 1
- 1
.github/workflows/pythonapp.yml 파일 보기

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

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

jobs:
build:


불러오는 중...
취소
저장