Skip to content

Commit

Permalink
[CICD] Use cached flutter version.
Browse files Browse the repository at this point in the history
Signed-off-by: Taranjeet Singh <[email protected]>
  • Loading branch information
singhtaranjeet committed Feb 7, 2023
1 parent aec6e80 commit 4efb29e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v3.0.0

# - uses: fregante/setup-git-token@v1
# with:
# token: ${{ secrets.TOKEN }}
- uses: fregante/setup-git-user@v1

- uses: actions/setup-java@v1
- uses: actions/setup-java@v3.0.0
with:
java-version: 1.8
- uses: subosito/flutter-action@v2
distribution: 'zulu'
java-version: '11'
cache: 'gradle'

- uses: subosito/[email protected]
with:
channel: 'stable'
cache: true

- name: "Activate remove_from_coverage package"
run: flutter pub global activate remove_from_coverage
Expand Down

0 comments on commit 4efb29e

Please sign in to comment.