Skip to content

Commit

Permalink
added ids
Browse files Browse the repository at this point in the history
  • Loading branch information
timwright12 committed Sep 29, 2023
1 parent de5bf01 commit 71a24f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-va-mobile-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout va-mobile-library
id: clone-lib
uses: actions/checkout@v3
with:
path: va-mobile-library

- name: Checkout va-mobile-app
id: clone-app
uses: actions/checkout@v3
with:
repository: department-of-veterans-affairs/va-mobile-app
path: va-mobile-app

setup-mobile-library:
runs-on: ubuntu-latest
needs: setup-repos
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -47,6 +50,7 @@ jobs:

setup-mobile-app:
runs-on: ubuntu-latest
needs: setup-repos
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 71a24f5

Please sign in to comment.