Skip to content

Commit

Permalink
server location configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Mar 15, 2021
1 parent a0558e4 commit 9405e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ exports.NatsServer = class NatsServer {

static async start(conf = {}, debug = undefined) {
const exe = process.env.CI
? "/home/runner/work/nats.ws/nats.ws/nats-server"
? "/home/runner/work/nats.ws/nats.ws/nats-server/nats-server"
: "nats-server";
const tmp = path.resolve(process.env.TMPDIR || ".");

Expand Down

0 comments on commit 9405e3d

Please sign in to comment.