Skip to content

Commit bd228e4

Browse files
authored
ci(rultor): update Flutter docker image
Closes #157
1 parent 003accb commit bd228e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
# Runs this action when you push on master
99
push:
10-
branches: [ "master" ]
10+
branches: [master]
1111
# Runs this when a PR against master is created
1212
pull_request:
13-
branches: [ "master" ]
1413

1514
# Allows you to run this workflow manually from the Actions tab
1615
workflow_dispatch:
@@ -55,5 +54,6 @@ jobs:
5554
- name: Upload coverage to Codecov
5655
uses: codecov/codecov-action@v4
5756
with:
57+
fail_ci_if_error: true
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
file: ./coverage/lcov.info

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
docker:
2-
image: cirrusci/flutter:stable
2+
image: ghcr.io/cirruslabs/flutter:stable
33
as_root: true
44
architect:
55
- rafamizes

0 commit comments

Comments
 (0)