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 275fd23 commit a41ce07
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 @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: department-of-veterans-affairs/va-mobile-app
# path: va-mobile-app
path: va-mobile-app

setup-mobile-library:
runs-on: ubuntu-latest
Expand All @@ -40,7 +40,7 @@ jobs:
run: pwd && yarn install --immutable

- name: Install token dependencies
working-directory: packages
working-directory: packages/tokens
run: pwd && ls

# - name: Install component dependencies
Expand Down

0 comments on commit a41ce07

Please sign in to comment.