Skip to content

Commit

Permalink
Place client tests in specific subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jan 19, 2022
1 parent 75bf1c5 commit 64fbc77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/community.yml
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
repository: simolus3/moor
ref: latest-release
path: client_tests
path: client_tests/drift
- run: |-
dart run tool/bin/patch_build_dependencies.dart client_tests/drift
dart run tool/bin/patch_build_dependencies.dart client_tests/drift/drift
cd client_tests/drift
git add pubspec.yaml
- run: dart test --preset build_community_tests
name: Drift community tests
working-directory: client_tests/drift
working-directory: client_tests/drift/drift

0 comments on commit 64fbc77

Please sign in to comment.