mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
use correct path for angular e2e tests
This commit is contained in:
@ -30,12 +30,12 @@ runs:
|
|||||||
- name: Create Test App
|
- name: Create Test App
|
||||||
run: ./build.sh ${{ inputs.app }}
|
run: ./build.sh ${{ inputs.app }}
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ./packages/angular/test
|
working-directory: ./test-apps/angular
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ./packages/angular/test/build/${{ inputs.app }}
|
working-directory: ./test-apps/angular/build/${{ inputs.app }}
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: pnpm run test
|
run: pnpm run test
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ./packages/angular/test/build/${{ inputs.app }}
|
working-directory: ./test-apps/angular/build/${{ inputs.app }}
|
||||||
|
Reference in New Issue
Block a user