Skip to content

Commit

Permalink
change dir manually
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Nov 7, 2023
1 parent a2fa7bc commit c4da2d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
defaults:
run:
shell: bash
working-directory: ./drift
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -87,10 +86,12 @@ jobs:

- name: Pub Get
run: |
cd drift
flutter pub get
- name: Test VM with coverage
run: |
cd drift
flutter test --coverage --test-randomize-ordering-seed=random
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@v3
Expand Down

0 comments on commit c4da2d3

Please sign in to comment.