Skip to content

Commit b1e4632

Browse files
committed
chore: contracts testing yml fix
1 parent 97755ae commit b1e4632

File tree

2 files changed

+23
-726
lines changed

2 files changed

+23
-726
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Test with coverage
7676
run: |
77-
yarn hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"./test/**/*.ts\" --show-stack-traces
77+
yarn hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles './test/**/*.ts' --show-stack-traces
7878
working-directory: contracts
7979

8080
- name: Upload a build artifact

0 commit comments

Comments
 (0)