Kaynağa Gözat

Launch the tests every day

pull/1410/head
Yann Bertrand 3 yıl önce
committed by GitHub
ebeveyn
işleme
3017216800
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 8 ekleme ve 2 silme
  1. +8
    -2
      .github/workflows/test.yml

+ 8
- 2
.github/workflows/test.yml Dosyayı Görüntüle

@@ -1,8 +1,14 @@
name: "Run tests"

on:
- push
- pull_request
schedule:
- cron: '0 0 * * *'
push:
branches:
- master
pull_request:
branches:
- master

env:
FORMAT_FILE: README.md


Yükleniyor…
İptal
Kaydet