test mode and cache key builder (#175)

This commit is contained in:
Alif Rachmawadi
2022-07-24 19:19:31 +07:00
committed by GitHub
parent ea686d7c56
commit 54864698df
7 changed files with 12425 additions and 91 deletions

View File

@@ -158,7 +158,7 @@ steps:
flutter-version: '2.10.x'
channel: 'stable'
cache: true
cache-key: flutter # optional, change this to force refresh cache
cache-key: 'flutter-:os:-:arch:-:channel:-:version:-:hash:' # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
architecture: x64 # optional, x64 or arm64
- run: flutter --version