CI test regex matches "CI" as whole word only

This commit is contained in:
woodser 2023-02-13 07:09:52 -05:00
parent 6c8c494f9f
commit df701601b0

View File

@ -50,7 +50,7 @@ jobs:
run: npm install
- name: Run tests
run: npm run test -- --baseCurrencyNetwork=XMR_LOCAL -t "CI"
run: npm run test -- --baseCurrencyNetwork=XMR_LOCAL -t "(?:^|\W)CI(?:$|\W)"
- name: Stop containers
if: always()