Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomlala authored Apr 24, 2022
1 parent 0882371 commit 34f3db7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
run: flutter analyze


test:
name: Test
runs-on: ubuntu-latest
container: cirrusci/flutter:stable
#test:
# name: Test
# runs-on: ubuntu-latest
# container: cirrusci/flutter:stable

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test using flutter test
run: flutter test
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Test using flutter test
# run: flutter test

0 comments on commit 34f3db7

Please sign in to comment.