Skip to content

Commit

Permalink
ci: install nats server
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jul 31, 2024
1 parent 87eaffe commit 8315354
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/helpers/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ exports.NatsServer = class NatsServer {
}

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

let srv;
Expand Down

0 comments on commit 8315354

Please sign in to comment.