We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab5910 commit 0c5d673Copy full SHA for 0c5d673
.github/workflows/dev.ci.yml
@@ -60,6 +60,7 @@ jobs:
60
cd ./backend
61
npm install
62
npm run build
63
+ NODE_ENV=CI npm run start
64
NODE_ENV=CI npm run test
65
NODE_ENV=CI npm run test:e2e
66
cd ..
0 commit comments