Skip to content

Commit

Permalink
flutter version update in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCoduriV committed Sep 5, 2022
1 parent 44a2840 commit a57ab10
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
name: CI - Check code & run tests
on: push
jobs:
test:
name: Check the source code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.0.5"
- name: Install packages
run: flutter pub get
- name: Linter
run: flutter analyze
- name: Test
run: flutter test
test:
name: Check the source code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.3.0"
- name: Install packages
run: flutter pub get
- name: Linter
run: flutter analyze
- name: Test
run: flutter test

0 comments on commit a57ab10

Please sign in to comment.