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 5e850ff commit 275fd23
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-va-mobile-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
run: pwd && yarn install --immutable

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

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

setup-mobile-app:
runs-on: ubuntu-latest
Expand All @@ -54,6 +54,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

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

0 comments on commit 275fd23

Please sign in to comment.