Loading .gitlab/assignment-1-tests.yml +3 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,9 @@ test_assignment_1: - TEST_FILE: test/assignment-1/test_10.js script: - git clone --recurse-submodules -j8 https://netsim.cs.uowm.gr/gitlab/web-programming/web-prog-tests.git - cp ./*.html web-prog-tests/test - cp ./*.js web-prog-tests/test - | cp ./*.html web-prog-tests/test 2>/dev/null || : cp ./*.js web-prog-tests/test 2>/dev/null || : - cd web-prog-tests - npm install - npm run lint ./test/*.js Loading Loading
.gitlab/assignment-1-tests.yml +3 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,9 @@ test_assignment_1: - TEST_FILE: test/assignment-1/test_10.js script: - git clone --recurse-submodules -j8 https://netsim.cs.uowm.gr/gitlab/web-programming/web-prog-tests.git - cp ./*.html web-prog-tests/test - cp ./*.js web-prog-tests/test - | cp ./*.html web-prog-tests/test 2>/dev/null || : cp ./*.js web-prog-tests/test 2>/dev/null || : - cd web-prog-tests - npm install - npm run lint ./test/*.js Loading