Skip to content

Commit

Permalink
fix(ci): use local config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Aug 10, 2023
1 parent f5ad107 commit cc9e0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_cypress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ const config = {
};

// choose which config to use here
const ConfigToUse = config.STAGING;
const ConfigToUse = config.LOCAL;

module.exports = ConfigToUse;

0 comments on commit cc9e0b7

Please sign in to comment.