Skip to content

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
ltthienn committed Sep 11, 2023
1 parent 060a5d1 commit e86f030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default defineConfig({
register.registerMetric(testFail)
register.registerMetric(suite)

const gateway = new client.Pushgateway('https://core-pushgateway.dev.kyberengineering.io', [], register)
const gateway = new client.Pushgateway(`${process.env.CORE_PUSH_GATEWAY_URL}`, [], register)
await gateway.push({ jobName: 'ui-automation' })
}
})
Expand Down

0 comments on commit e86f030

Please sign in to comment.