File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- name : test
1
+ name : Test
2
2
3
3
on :
4
4
push :
5
- branches : [master]
5
+ branches :
6
+ - master
6
7
pull_request :
7
- branches : [master]
8
+ branches :
9
+ - master
8
10
9
11
jobs :
10
12
test :
11
13
runs-on : ubuntu-20.04
12
14
steps :
13
15
- uses : actions/checkout@v3
14
- with :
16
+ with :
15
17
submodules : ' recursive'
16
18
- uses : actions/setup-node@v2
17
19
with :
18
20
node-version : 15
19
21
- run : npm ci
20
22
- run : npm run compile
21
- # - run: npm install --no-save ganache-cli
22
- # - run: npx ganache-cli -a 100 &
23
+ - run : git diff --exit-code
23
24
- run : npm run test:normal
24
25
- run : npm run test:erc721
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ module.exports = {
44
44
abiExporter : {
45
45
path : './abi' ,
46
46
runOnCompile : true ,
47
- clear : true ,
48
47
flat : true ,
49
48
only : [
50
49
'HappyRedPacket' ,
You can’t perform that action at this time.
0 commit comments