Skip to content

Commit

Permalink
testing a forced fail condition
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrithicusGreenson committed Apr 18, 2024
1 parent 99727dc commit 4f330f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meteor-dev/server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const TESTING_MODE = process.env.GITHUB_RUNNER || false
Meteor.startup(() => {
console.log("Meteor Started")

Meteor.call("FAKEMETHOD")

Meteor.call("RefreshConfig")
CreateInventoryFile()

Expand Down

0 comments on commit 4f330f0

Please sign in to comment.