Skip to content

Commit

Permalink
attemting to fix mocha grep
Browse files Browse the repository at this point in the history
Signed-off-by: instamenta <[email protected]>
  • Loading branch information
instamenta committed Oct 9, 2024
1 parent f96e2af commit d6b68cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tests:
# name: capitalized noun form
# testFilePrefix: node-update # for node-update.test.mjs
- name: Integration
mochaPostfix: "--grep '.*\\.test\\.mjs'"
mochaPostfix: "--grep '.*\\/e2e\\/int\\/.*'"

- name: Standard
mochaPostfix: "--ignore '.*\\/unit\\/.*' --ignore '.*\\/e2e\\/commands\\/mirror_node.*' --ignore '.*\\/e2e\\/commands\\/node.*' --ignore '.*\\/e2e\\/commands\\/separate_node.*' --ignore '.*\\/e2e\\/commands\\/relay.*'"
Expand Down

0 comments on commit d6b68cf

Please sign in to comment.