set directory change

This commit is contained in:
Eduardo Quiros 2022-07-02 12:11:01 -06:00
parent ff56b9f0c8
commit 2abcb253a5
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 5 additions and 3 deletions

View File

@ -22,11 +22,13 @@ jobs:
steps:
- uses: actions/checkout@v3
run: cd ./mobile-ui
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
run: |
npm ci
npm run build --if-present
npm test