install deps before creating test app

This commit is contained in:
Liam DeBeasi
2023-12-18 22:19:53 -05:00
parent cd7563119b
commit 1dfa61a9b8
4 changed files with 12 additions and 16 deletions

View File

@@ -27,14 +27,13 @@ runs:
name: ionic-angular-server
path: ./packages/angular-server
filename: AngularServerBuild.zip
- name: Install Dependencies
run: pnpm install
shell: bash
- name: Create Test App
run: ./build.sh ${{ inputs.app }}
shell: bash
working-directory: ./packages/angular/test
- name: Install Dependencies
run: pnpm install
shell: bash
working-directory: ./packages/angular/test/build/${{ inputs.app }}
- name: Run Tests
run: pnpm run test
shell: bash