Skip to content

wip combine two steps, to save wait time #3

wip combine two steps, to save wait time

wip combine two steps, to save wait time #3

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Clone Flutter SDK
run: |
git clone https://github.com/flutter/flutter ~/flutter
echo ~/flutter/bin >> "$GITHUB_PATH"
- name: Download Flutter SDK artifacts; print Flutter version first
run: |
flutter --version
flutter precache --universal
- name: Run tools/check
run: TERM=dumb tools/check --all