set directory change
This commit is contained in:
parent
ff56b9f0c8
commit
2abcb253a5
|
@ -22,11 +22,13 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
run: cd ./mobile-ui
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
run: |
|
||||||
- run: npm run build --if-present
|
npm ci
|
||||||
- run: npm test
|
npm run build --if-present
|
||||||
|
npm test
|
||||||
|
|
Loading…
Reference in New Issue