Skip to content

Commit

Permalink
No longer failing!
Browse files Browse the repository at this point in the history
  • Loading branch information
Kræn Hansen committed Oct 24, 2017
1 parent 60d6bf6 commit 64d00b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobWrapper {
// Trying to test - but that might fail
try {
// Run the tests with xvfb to allow opening windows virtually, and report using the junit reporter
sh './node_modules/.bin/xvfb-maybe npm run test:ci && false'
sh './node_modules/.bin/xvfb-maybe npm run test:ci'
} catch (err) {
error "Tests failed!"
error "Tests failed - see results on CI"
} finally {
junit(
allowEmptyResults: true,
Expand Down

0 comments on commit 64d00b2

Please sign in to comment.