From f9eb25080cfa7093f1fc6371488412334187f3ec Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Thu, 8 Jul 2021 11:27:53 +0200 Subject: [PATCH] bugfix: backend test --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7489167d7..fc7f269f8 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 -- GitLab