From 8809b3d1423710368f500b29f66e0d28490ccff1 Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Sat, 22 Feb 2020 13:49:05 -0800 Subject: [PATCH] no tests at the moment --- .gitlab-ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8880b5..12bc96c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,17 +4,17 @@ cache: paths: - node_modules/ -all_tests: - stage: test - script: - - echo $PATH - - make -f test/lora32/Makefile defconfig all - - npm install --unsafe-perm - - npm rebuild - - npm test - artifacts: - paths: - - public +#all_tests: +# stage: test +# script: +# - echo $PATH +# - make -f test/lora32/Makefile defconfig all +# - npm install --unsafe-perm +# - npm rebuild +# - npm test +# artifacts: +# paths: +# - public #pages: # stage: deploy