File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 33 push :
44 branches-ignore :
55 - master
6- pull_request :
7- branches :
8- - master
96jobs :
107 build :
118 runs-on : ubuntu-16.04
1512 name : Node ${{ matrix.node }}
1613 steps :
1714 - name : GIT - checkout
18- uses : actions/checkout@v1
19- with :
20- ref : master
15+ uses : actions/checkout@v2
2116
2217 - name : GIT - prepare
2318 run : |
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Object {
9898 " getCommands" : [Function ],
9999 " runCommand" : [Function ],
100100 },
101- " root" : StringContaining " lesy /packages/core/__tests__" ,
101+ " root" : StringContaining " /packages/core/__tests__" ,
102102 " runningCommand" : null ,
103103 " unknownArgs" : Array [],
104104 " unknownFlags" : Array [],
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ describe("Core", () => {
128128 it ( "should get complete state" , ( ) => {
129129 core [ "state" ] . allCommands [ 3 ] . src = "__DUMMY_SRC__" ;
130130 expect ( core [ "state" ] ) . toMatchSnapshot ( {
131- root : expect . stringContaining ( "lesy /packages/core/__tests__" ) ,
131+ root : expect . stringContaining ( "/packages/core/__tests__" ) ,
132132 } ) ;
133133 } ) ;
134134 it ( "should call init middleware" , ( ) => {
You can’t perform that action at this time.
0 commit comments