diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7489167d70a2f51f954e539834215b1b392a498d..fc7f269f857c208f90c296c969cd5925b22bb6a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: cd deploy - - run: npm i - - run: npm run test + - run: | + cd deploy + npm i + npm run test + \ No newline at end of file