File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 steps :
1111 - checkout
1212 - run :
13- name : install prereqs and setup fake pytest
14- command : apk add --no-cache --update make && cp fixtures/py.test /usr/local/bin/py.test
13+ name : install prereqs
14+ command : apk add --no-cache --update make
1515 - run :
1616 name : build
1717 command : make build
1818 - run :
1919 name : unit test with fake py.test
20- command : PATH="${PATH}:/usr/local/bin" make unit
20+ command : make unit
2121
2222workflows :
2323 execute_tests :
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : checkout
2222 uses : actions/checkout@v4
23- - name : install prereqs and setup fake pytest
24- run : apk add --no-cache --update make && cp fixtures/py.test /usr/local/bin/py.test
23+ - name : install prereqs
24+ run : apk add --no-cache --update make
2525 - name : build
2626 run : make build
2727 - name : unit test with fake py.test
28- run : PATH="${PATH}:/usr/local/bin" make unit
28+ run : make unit
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ var basicConfig = &Config{
2323 Local : false ,
2424 Marker : "fast" ,
2525 Parallel : true ,
26- PytestPath : "/usr/local/bin /py.test" ,
26+ PytestPath : "../fixtures /py.test" ,
2727 Sudo : true ,
2828 SudoUser : "fooman" ,
2929 DestinationDir : "/tmp" ,
You can’t perform that action at this time.
0 commit comments