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 a0568d4 commit b7f2b4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-va-mobile-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
cache: 'yarn'

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

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

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

setup-mobile-app:
Expand All @@ -56,5 +56,5 @@ jobs:
uses: actions/checkout@v3

- name: Install token dependencies
working-directory: va-mobile-app/VAMobile
working-directory: va-mobile-library/va-mobile-app/VAMobile
run: yarn install

0 comments on commit b7f2b4c

Please sign in to comment.