Skip to content

Commit

Permalink
test: Create flutter-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo2Hefny authored Oct 27, 2024
1 parent 21b391f commit 0fd79dc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/flutter-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Flutter Test

on:
push:
branches:
- develop
- main

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.5'

- run: flutter pub get
- run: flutter test

0 comments on commit 0fd79dc

Please # to comment.