chore: remove trading-e2e from check affected script

This commit is contained in:
Matthew Russell 2024-03-03 11:34:17 +00:00
parent 75eb409d15
commit 95933448c5
No known key found for this signature in database

View File

@ -84,6 +84,9 @@ if 'release' in args.github_ref:
projects = json.dumps(projects) projects = json.dumps(projects)
# The trading project does not use the deafult NX e2e setup (cypress)
projects_e2e.remove('trading-e2e')
projects_e2e = json.dumps(projects_e2e) projects_e2e = json.dumps(projects_e2e)
print(f'Projects: {projects}') print(f'Projects: {projects}')