Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mo7amedaliEbaid committed Nov 13, 2023
1 parent 83816a5 commit fb0d83c
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and Lint
name: Test

on:
push:
Expand All @@ -19,17 +19,4 @@ jobs:
- name: Run test
run: flutter test

lint:
name: Run lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
# flutter-version: '3.3.10'
channel: 'stable'
- name: Run pub get
run: flutter pub get
- name: Run analyze
run: flutter analyze

0 comments on commit fb0d83c

Please sign in to comment.