Skip to content

Commit

Permalink
cache buildrunner/3
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadrian committed Jan 2, 2025
1 parent 4bc58eb commit 4dc3f42
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ jobs:
name: Build Runner Cache
id: flutter_build_runner_cache
with:
path: ${{ inputs.output_paths }}
path: |
lib/generated/
lib/**/*.g.dart
key: flutter_build_runner_cache_${{ runner.os }}_${{ github.sha }}

- name: Build Runner
Expand Down Expand Up @@ -150,7 +152,9 @@ jobs:
name: Build Runner Cache
id: flutter_build_runner_cache
with:
path: ${{ inputs.output_paths }}
path: |
lib/generated/
lib/**/*.g.dart
key: flutter_build_runner_cache_${{ runner.os }}_${{ github.sha }}

- name: Build Runner
Expand Down

0 comments on commit 4dc3f42

Please sign in to comment.