Skip to content

Commit

Permalink
Merge pull request #2630 from nextcloud/ci/fix-dependency-downgrade-p…
Browse files Browse the repository at this point in the history
…atch
  • Loading branch information
provokateurin authored Nov 4, 2024
2 parents 1079975 + 47b1c73 commit ae425c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,468 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
- name: Setup
run: ./tool/setup.sh

- name: Check up-to-date pubspec.lock
if: ${{ matrix.dependencies == 'upgrade' }}
run: git --no-pager diff --exit-code
- name: Downgrade dependencies
if: ${{ matrix.dependencies == 'downgrade' }}
run: |
git apply .github/workflows/dependency_overrides.patch
git add .
melos exec dart pub downgrade
- name: Check up-to-date pubspec.lock
run: git --no-pager diff --exit-code
- name: Check formatting
run: melos run format:check
- name: Lint code
Expand Down
Loading

0 comments on commit ae425c6

Please sign in to comment.