File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed
Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,22 @@ jobs:
2323 cd nodejs-backend
2424 npm install
2525 npm rebuild
26- - name : Run build
27- run : |
28- cd nodejs-backend
29- exit_status=0
30- timeout 60 npm run backend || exit_status=$?
31-
32- if [[ $exit_status -eq 124 ]]; then
33- echo "Backend ran good!"
34- else
35- echo "Backend run failed!"
36- exit 1
37- fi
26+ # Disabled for now, we caan enable this one
27+ # as soon as we have remove the login from
28+ # back- and frondend (and tested its working
29+ # with nginx)
30+ # - name: Run build
31+ # run: |
32+ # cd nodejs-backend
33+ # exit_status=0
34+ # timeout 60 npm run backend || exit_status=$?
35+ #
36+ # if [[ $exit_status -eq 124 ]]; then
37+ # echo "Backend ran good!"
38+ # else
39+ # echo "Backend run failed!"
40+ # exit 1
41+ # fi
3842
3943 # - name: Run tests
4044 # run: npm test
You can’t perform that action at this time.
0 commit comments