Document new testing approach (#1048)

* document new testing approach

* remove unused workflow branches

* remove stale folder

* fix link

* document new testing approach

* remove unused workflow branches

* fix link

* Extend tests details in contributing guide

* Typos

Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
Ludovico Magnocavallo
2022-12-12 20:59:46 +01:00
committed by GitHub
parent 031b9f3476
commit cb87f3efa5
3 changed files with 117 additions and 64 deletions

View File

@@ -16,8 +16,6 @@ name: "Linting"
on:
pull_request:
branches:
- fast-dev
- fast-dev-gke
- master
tags:
- ci

View File

@@ -14,12 +14,10 @@
name: "Tests"
on:
schedule:
- cron: "45 2 * * *"
# schedule:
# - cron: "45 2 * * *"
pull_request:
branches:
- fast-dev
- fast-dev-gke
- master
tags:
- ci