File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 # # Test 1
2121
2222 - name : " test: total coverage 0% (config)"
23- uses : ./action/.
23+ uses : ./action/source/ .
2424 id : test-1
2525 with :
2626 version : ${{ github.sha }}
3333 # # Test 2
3434
3535 - name : " test: total coverage 100% (config)"
36- uses : ./action/.
36+ uses : ./action/source/ .
3737 id : test-2
3838 continue-on-error : true
3939 with :
5151 # # Test 3
5252
5353 - name : " test: total coverage 0% (inputs)"
54- uses : ./action/.
54+ uses : ./action/source/ .
5555 id : test-3
5656 with :
5757 version : ${{ github.sha }}
6363 # # Test 4
6464
6565 - name : " test: total coverage 100% (inputs)"
66- uses : ./action/.
66+ uses : ./action/source/ .
6767 id : test-4
6868 continue-on-error : true
6969 with :
8080 # # Test 5
8181
8282 - name : " test: override config"
83- uses : ./action/.
83+ uses : ./action/source/ .
8484 id : test-5
8585 with :
8686 version : ${{ github.sha }}
9292 # # Test 6
9393
9494 - name : " test: debug output"
95- uses : ./action/.
95+ uses : ./action/source/ .
9696 id : test-6
9797 continue-on-error : true
9898 with :
You can’t perform that action at this time.
0 commit comments