Skip to content

Commit

Permalink
Default path
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Jul 9, 2024
1 parent 58a7ea6 commit 9966e02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
build:
runs-on: ubuntu-latest

defaults:
run:
working-directory: packages/dart_firebase_admin

steps:
- uses: actions/[email protected]
with:
Expand All @@ -26,8 +30,6 @@ jobs:
- name: Add pub cache to PATH
run: echo "PUB_CACHE="$HOME/.pub-cache"" >> $GITHUB_ENV

- run: cd packages/dart_firebase_admin

- name: Install dependencies
run: dart pub get && cd example && dart pub get && cd -

Expand Down

0 comments on commit 9966e02

Please sign in to comment.