Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Jun 3, 2024
1 parent 385cae7 commit 4ca2c56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ jobs:
with:
pubspec: 'pubspec.yaml'
outputs:
flutter: ${{ steps.pubspec.outputs.flutter }}
matrix: ${{ steps.pubspec.outputs.matrix }}

test:
needs: pubspec
runs-on: ubuntu-latest
strategy:
matrix:
flutter: ${{fromJson(needs.pubspec.outputs.flutter)}}
matrix: ${{fromJson(needs.pubspec.outputs.matrix)}}
steps:
- uses: flutter-actions/setup-flutter@v3
with:
Expand Down

0 comments on commit 4ca2c56

Please sign in to comment.