mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
workflow.yml: add simple test_precache
test
This commit is contained in:
parent
8460a44998
commit
02fcb9410e
1 changed files with 16 additions and 0 deletions
16
.github/workflows/workflow.yml
vendored
16
.github/workflows/workflow.yml
vendored
|
@ -61,6 +61,22 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: flutter --version
|
- run: flutter --version
|
||||||
shell: bash
|
shell: bash
|
||||||
|
test_precache:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: ./
|
||||||
|
with:
|
||||||
|
channel: stable
|
||||||
|
flutter-version: "3.10.6"
|
||||||
|
cache: true
|
||||||
|
precache: true
|
||||||
|
- run: dart --version
|
||||||
|
shell: bash
|
||||||
|
- run: flutter --version
|
||||||
|
shell: bash
|
||||||
|
- run: ls -la /tmp/flutter
|
||||||
|
shell: test -d $FLUTTER_ROOT/bin/cache/artifacts/engine/linux-amd64-release
|
||||||
test_print_output:
|
test_print_output:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue