Skip to content

Commit 817122e

Browse files
CopilotMossaka
andauthored
Add --verbose and --no-coverage to CI unit tests (#39)
* Initial plan * Add --verbose and --no-coverage flags to CI npm test Co-authored-by: Mossaka <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Mossaka <[email protected]>
1 parent ebc2513 commit 817122e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm run build
3434

3535
- name: Run unit tests
36-
run: npm test
36+
run: npm test -- --verbose --no-coverage
3737

3838
test-basic-firewall:
3939
name: Basic Firewall Tests

0 commit comments

Comments
 (0)