Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored Oct 1, 2023
1 parent 79f19d8 commit 03b05b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '2.5.1'
- name: Build
run: make
- name: Run tests
Expand All @@ -61,7 +62,6 @@ jobs:
- name: Flutter env
uses: subosito/flutter-action@v2
with:
flutter-version: '2.5.1'
channel: 'stable'

web-tests:
Expand All @@ -73,7 +73,6 @@ jobs:
- name: Flutter env
uses: subosito/flutter-action@v2
with:
flutter-version: '2.5.1'
channel: 'stable'
- name: Run test
working-directory: ./web
Expand Down

0 comments on commit 03b05b2

Please sign in to comment.