Skip to content

Commit bfcc9f4

Browse files
ci(core): update workflow
1 parent 3f42917 commit bfcc9f4

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
jobs:
99
prepare:
1010
runs-on: ubuntu-latest
11-
strategy:
12-
fail-fast: true
13-
matrix:
14-
node-version: [16.16.0]
1511
steps:
1612
- uses: actions/checkout@v3
1713
with:
@@ -41,6 +37,8 @@ jobs:
4137
channel: 'stable'
4238
cache-key: ${{ runner.os }}-flutter
4339
architecture: x64
40+
flutter-version: '3.0.5'
41+
4442
- run: flutter --version
4543

4644
build_appbundle:

.github/workflows/CI.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
channel: 'stable'
3838
cache-key: ${{ runner.os }}-flutter
3939
architecture: x64
40+
flutter-version: '3.0.5'
41+
4042
- run: flutter --version
4143

4244
analyze:
@@ -58,9 +60,7 @@ jobs:
5860
with:
5961
path: /opt/hostedtoolcache/flutter
6062
key: ${{ runner.os }}-flutter
61-
- uses: subosito/flutter-action@v2
62-
with:
63-
channel: 'stable'
63+
6464
- name: Flutter analyze
6565
run: npx nx run-many --target=analyze --all=true
6666
- name: Flutter format
@@ -85,8 +85,6 @@ jobs:
8585
with:
8686
path: /opt/hostedtoolcache/flutter
8787
key: ${{ runner.os }}-flutter
88-
- uses: subosito/flutter-action@v2
89-
with:
90-
channel: 'stable'
88+
9189
- name: Flutter test
9290
run: npx nx run-many --target=test --all=true --exclude=flutter-api,flutter-episodes,flutter-characters,flutter-suflex

0 commit comments

Comments
 (0)