Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timwright12 committed Sep 29, 2023
1 parent ebb981d commit 0da3954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-va-mobile-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:

- name: Install global dependencies
run: yarn install --immutable
working-directory: va-mobile-library
# working-directory: va-mobile-library

- name: Install token dependencies
working-directory: va-mobile-library/packages/token
working-directory: ./packages/token
run: yarn install --immutable

- name: Install component dependencies
working-directory: va-mobile-library/packages/component
working-directory: ./packages/component
run: yarn install --immutable

setup-mobile-app:
Expand Down

0 comments on commit 0da3954

Please sign in to comment.