Skip to content

Commit

Permalink
CI (#3890)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit authored Dec 24, 2024
1 parent ea53e56 commit 17d5e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# - packages/riverpod_graph
# TODO(rousselGit) blocked by https://github.com/invertase/dart_custom_lint/issues/16
# - packages/riverpod_lint_flutter_test
- website
# - website

steps:
- uses: actions/[email protected]
Expand All @@ -67,11 +67,8 @@ jobs:
run: echo "PUB_CACHE="$HOME/.pub-cache"" >> $GITHUB_ENV
- name: Install dependencies
run: flutter pub get
- name: Install dependencies (integration/buid.yaml)
run: |
if test -d "integration/build_yaml"; then
flutter pub get integration/build_yaml
fi
- if: matrix.package_path == 'packages/riverpod_generator'
run: rm -rf integration
- name: Install dependencies (website/third-party)
run: |
if test -d "third-party"; then
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/cleanup.yml

This file was deleted.

0 comments on commit 17d5e37

Please sign in to comment.