Skip to content

Commit

Permalink
Attempt to fix the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Mar 31, 2022
1 parent 09495ca commit eb7c64c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yml
Expand Up @@ -20,14 +20,13 @@ jobs:
uses: subosito/flutter-action@v2.3.0
with:
flutter-version: '2.10.2'

- name: Generate localization files
run: |
flutter pub add intl_utils
flutter pub run intl_utils:generate

- name: Restore packages
run: flutter pub get

- name: Generate localization files
run: |
flutter pub run intl_utils:generate
- name: Run build_runner build
run: flutter pub run build_runner build --delete-conflicting-outputs
Expand Down

0 comments on commit eb7c64c

Please sign in to comment.