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 8f00a1e commit a0568d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 && yarn install --immutable
run: pwd && ls
# working-directory: va-mobile-library

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

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

setup-mobile-app:
Expand Down

0 comments on commit a0568d4

Please sign in to comment.