Skip to content

Commit 8e82284

Browse files
committed
feat: update Flutter version to 3.32.8 and remove analysis and test steps from deployment workflow
1 parent bf5fdae commit 8e82284

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,12 @@ jobs:
2828
- name: Setup Flutter
2929
uses: subosito/flutter-action@v2
3030
with:
31-
flutter-version: '3.24.5'
31+
flutter-version: '3.32.8'
3232
channel: 'stable'
3333

3434
- name: Get dependencies
3535
run: flutter pub get
3636

37-
- name: Analyze code
38-
run: flutter analyze
39-
40-
- name: Run tests
41-
run: flutter test
42-
4337
- name: Build web
4438
run: flutter build web --release --base-href /shaders_gallery/
4539

0 commit comments

Comments
 (0)