Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit 92a656d

Browse files
committed
Add Codemagic Build Badge
1 parent a76ce8b commit 92a656d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- "lib/**"
77
- "pubspec.yaml"
88
- "pubspec.lock"
9+
- ".github/workflows/deploy.yaml"
910
branches:
1011
- main
1112

1213
jobs:
1314
deploy:
1415
runs-on: ubuntu-latest
16+
timeout-minutes: 10
1517
steps:
1618
- name: Checks-out repository
1719
uses: actions/checkout@v2

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
test:
1818
runs-on: ubuntu-latest
19-
timeout-minutes: 20
19+
timeout-minutes: 10
2020
steps:
2121
- name: Checks-out repository
2222
uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![Preview][preview]
44

5+
[![Codemagic build status](https://api.codemagic.io/apps/62254e583ce15d170e3b522d/62254e583ce15d170e3b522c/status_badge.svg)](https://codemagic.io/apps/62254e583ce15d170e3b522d/62254e583ce15d170e3b522c/latest_build)
56
[![Deploy](https://github.com/tsinis/slide_puzzle/actions/workflows/deploy.yaml/badge.svg)](https://github.com/tsinis/slide_puzzle/actions/workflows/deploy.yaml)
67
[![Tests](https://github.com/tsinis/slide_puzzle/actions/workflows/tests.yaml/badge.svg)](https://github.com/tsinis/slide_puzzle/actions/workflows/tests.yaml)
78
[![codecov](https://codecov.io/gh/tsinis/slide_puzzle/branch/main/graph/badge.svg?token=FQF1LSGA1H)](https://codecov.io/gh/tsinis/slide_puzzle)

0 commit comments

Comments
 (0)