Skip to content

Commit

Permalink
fix: cloudServiceUrl option ignored (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrave authored Feb 6, 2024
1 parent 07d47d2 commit a09de4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nx/src/executors/currents.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ async function runCurrents(opts: CypressExecutorOptions) {
options.ciBuildId = opts.ciBuildId?.toString();
options.group = opts.group;

options.cloudServiceUrl = opts.cloudServiceUrl;

if (opts.reporter) {
options['reporter'] = opts.reporter;
}
Expand Down

0 comments on commit a09de4c

Please sign in to comment.