Test database pipeline 4
Some checks failed
Pull Request Pipeline / lint (pull_request) Has been skipped
Pull Request Pipeline / test (pull_request) Has been skipped
Pull Request Pipeline / localizations (pull_request) Has been skipped
Pull Request Pipeline / database (pull_request) Failing after 19m19s

This commit is contained in:
2026-05-22 16:24:22 +02:00
parent acf2f40e62
commit 22b588e739

View File

@@ -119,23 +119,6 @@ jobs:
channel: stable channel: stable
flutter-version: 3.41.0 flutter-version: 3.41.0
- name: Cache pub dependencies
uses: actions/cache@v4
with:
path: |
~/.pub-cache
key: pub-${{ runner.os }}-${{ hashFiles('**/pubspec.lock') }}
restore-keys: |
pub-${{ runner.os }}-
- name: Cache build_runner outputs
uses: actions/cache@v4
with:
path: |
.dart_tool/build
key: build-runner-${{ runner.os }}-${{ hashFiles('**/pubspec.lock') }}
restore-keys: |
build-runner-${{ runner.os }}-
- name: Get dependencies - name: Get dependencies
run: | run: |