Skip to content

Commit

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

- name: Restore packages
run: flutter pub get


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

- name: Run build_runner build
run: flutter pub run build_runner build --delete-conflicting-outputs
Expand Down

0 comments on commit 6e5b763

Please sign in to comment.