diff --git a/.github/workflows/mobile.js.yml b/.github/workflows/mobile.js.yml index d954f08d..ed3a4edd 100644 --- a/.github/workflows/mobile.js.yml +++ b/.github/workflows/mobile.js.yml @@ -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