Skip to content

Commit e6aa4db

Browse files
committed
Updated docs & added execution of automation tests daily
1 parent 055a4c3 commit e6aa4db

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.github/workflows/automation-test-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [ main, development, tests_fixes ]
66
pull_request:
77
branches: [ main ]
8+
schedule:
9+
- cron: "5 0 * * *"
10+
workflow_dispatch:
811

912
jobs:
1013
test-on-macos:

.github/workflows/automation-test-ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [ main, development, tests_fixes ]
66
pull_request:
77
branches: [ main ]
8+
schedule:
9+
- cron: "5 0 * * *"
10+
workflow_dispatch:
811

912
jobs:
1013
test-on-ubuntu:

.github/workflows/automation-test-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [ main, development, tests_fixes ]
66
pull_request:
77
branches: [ main ]
8+
schedule:
9+
- cron: "5 0 * * *"
10+
workflow_dispatch:
811

912
jobs:
1013
test-on-windows:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Code of demo application available [here](https://github.com/kilmajster/demo).
5555

5656
- or gradle:
5757
```groovy
58-
compile('io.github.kilmajster:ngrok-spring-boot-starter:0.6.0')
58+
compile('io.github.kilmajster:ngrok-spring-boot-starter:0.7.0')
5959
````
6060
6161
## Configuration

0 commit comments

Comments
 (0)