Skip to content

Commit

Permalink
no windows pub get example
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Mar 7, 2024
1 parent 83918c8 commit e1a5734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/celest_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0
with:
cache: false
cache: true
- name: Get Packages
working-directory: packages/celest_core
run: dart pub get
run: dart pub get --no-example
- name: Test
working-directory: packages/celest_core
run: dart test
Expand Down

0 comments on commit e1a5734

Please sign in to comment.