Przeglądaj źródła

Launch the tests every day

pull/1410/head
Yann Bertrand 3 lat temu
committed by GitHub
rodzic
commit
3017216800
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 8 dodań i 2 usunięć
  1. +8
    -2
      .github/workflows/test.yml

+ 8
- 2
.github/workflows/test.yml Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz