Skip to content

Commit

Permalink
Fix upload check
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 20, 2024
1 parent fd2782b commit 99e138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = defineConfig({

// API key for a test suites workspace to upload to
const apiKey = process.env.WORKSPACE_API_KEY;
const shouldUploadManually = !!process.env.CI;
const shouldUploadManually = !process.env.CI;

cypressReplay.default(on, config, {
upload: true,
Expand Down

0 comments on commit 99e138e

Please sign in to comment.