Skip to content

Commit

Permalink
test with staging
Browse files Browse the repository at this point in the history
  • Loading branch information
tpikachu committed Feb 27, 2024
1 parent a6aff03 commit d21af2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38830,7 +38830,7 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms));
const baseUrl =
(process.env.IS_DEV
? "http://localhost:1337"
: "https://replayable-api-production.herokuapp.com") + "/api/v1";
: "https://replayable-api-staging.herokuapp.com") + "/api/v1";

const repo = process.env.IS_DEV
? "replayableio/testdriver-action"
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms));
const baseUrl =
(process.env.IS_DEV
? "http://localhost:1337"
: "https://replayable-api-production.herokuapp.com") + "/api/v1";
: "https://replayable-api-staging.herokuapp.com") + "/api/v1";

const repo = process.env.IS_DEV
? "replayableio/testdriver-action"
Expand Down

0 comments on commit d21af2b

Please sign in to comment.