Skip to content

Commit 17b6907

Browse files
Merge pull request #7 from extole/add_test_scheduling
Schedule SDK tests
2 parents 1b7d190 + d162d1a commit 17b6907

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/sdk-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [ "master" ]
7+
schedule:
8+
- cron: '0 */6 * * *'
79

810
jobs:
911
run_sdk_tests:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Android SDK tests](https://github.com/extole/android/actions/workflows/sdk-test.yml/badge.svg?branch=master&event=schedule)](https://github.com/extole/android/actions/workflows/sdk-test.yml)
2+
13
# Extole Android SDK
24

35
This app provides source code examples of how to:

0 commit comments

Comments
 (0)