Skip to content
3 changes: 0 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@ pipeline:
- export DISPLAY=:0
- Xvfb -screen 0 1024x768x24 -ac +extension GLX +render -noreset > /dev/null 2>&1 &
- sleep 3
- cp package.json package.json.save
- mv -f drone-package.json package.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need this json, as the one in the main repo doesn't have the dependencies for the testing. That is why the tests are failing. Karma not found

- fluxbox > /dev/null 2>&1 &
- npm install
- node_modules/karma/bin/karma start node_modules/joomla-javascript-tests/src/karma.conf.js --single-run
- mv -f package.json.save package.json

system-tests:
image: joomlaprojects/docker-systemtests:latest
Expand Down