Skip to content

Commit a17d39f

Browse files
committed
Update dependencies and check-in pubspec.lock
We want to make sure the CI is testing the exact same version we are releasing to the public. Lock the dependencies to make error reproduction more reliable.
1 parent ea91e52 commit a17d39f

File tree

4 files changed

+442
-8
lines changed

4 files changed

+442
-8
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install dependencies
2323
run: |
24-
dart pub get
24+
dart pub get --enforce-lockfile
2525
2626
- name: Analyze code
2727
run: |
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install dependencies
5353
run: |
54-
dart pub get
54+
dart pub get --enforce-lockfile
5555
5656
- name: Build
5757
run: |

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1+
bin/flutterflow
12
.dart_tool/
2-
pubspec.lock

0 commit comments

Comments
 (0)