Skip to content
Snippets Groups Projects
Commit f9eb2508 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: backend test

parent b53e7156
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment