Skip to content

Commit

Permalink
Enable test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Jun 2, 2024
1 parent e5efeca commit 349012f
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
pubspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- id: pubspec
name: Generate matrix from pubspec.yaml
uses: flutter-actions/pubspec-matrix-action@v1
uses: ./
with:
pubspec: 'pubspec.yaml'
outputs:
Expand All @@ -23,12 +23,7 @@ jobs:
strategy:
matrix: ${{fromJson(needs.pubspec.outputs.matrix)}}
steps:
- uses: actions/checkout@v2

- uses: flutter-actions/setup-flutter@v2
- uses: flutter-actions/setup-flutter@v3
with:
version: ${{ matrix.flutter }}
channel: stable

- run: flutter pub get
- run: flutter test

0 comments on commit 349012f

Please sign in to comment.