Skip to content

Commit

Permalink
Refs #29637 - Testing out hardcoding path on jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
John Mitsch committed Apr 28, 2020
1 parent d69e943 commit d991d79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const path = require('path')
const foremanReact = path.join(__dirname, "../foreman/webpack/assets/javascripts/react_app")
//const foremanReact = path.join(__dirname, "../foreman/webpack/assets/javascripts/react_app")
const foremanReact = "/home/jenkins/workspace/katello-pr-test/foreman"

module.exports = {
collectCoverage: true,
Expand Down

0 comments on commit d991d79

Please sign in to comment.