1
0
Fork 0
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:
Bartek Pacia 2024-03-24 19:34:09 +01:00
parent 8460a44998
commit 02fcb9410e
No known key found for this signature in database

View file

@ -61,6 +61,22 @@ jobs:
shell: bash
- run: flutter --version
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:
runs-on: macos-latest
steps: