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 32ea60f commit 357a0a7
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions .github/workflows/build-va-mobile-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,13 @@ name: 'Test Build: va-mobile-app'

on: push

jobs:
setup-repos:
jobs:
setup-mobile-library:
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

- name: Setup Node
uses: actions/setup-node@v3
Expand All @@ -49,11 +33,14 @@ jobs:

setup-mobile-app:
runs-on: ubuntu-latest
needs: setup-repos
steps:
- name: Checkout
- 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

- name: Install app dependencies
working-directory: va-mobile-app/VAMobile
# working-directory: va-mobile-app
run: pwd && ls

0 comments on commit 357a0a7

Please sign in to comment.