File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1313 packages : read
1414 steps :
1515 - uses : actions/checkout@v4
16+ - uses : actions/checkout@v4
17+ with :
18+ repository : https://github.com/JabRef/jabref-demonstration-libraries.git
19+ path : jabref-demonstration-libraries
1620 - name : Log in to GitHub Container Registry
1721 uses : docker/login-action@v3
1822 with :
2933 id : inconsistent
3034 with :
3135 bibfile : test/inconsistent.bib
32- - name : inconsistent failed ?
36+ - name : inconsistent did not fail ?
3337 if : steps.inconsistent.outcome == 'success'
3438 run : exit 1
39+ - name : Check jabref-demonstration-libraries/chocolate/Chocolate.bib
40+ continue-on-error : true
41+ uses : ./
42+ id : chocolate
43+ with :
44+ bibfile : test/inconsistent.bib
45+ - name : chocolate did not fail?
46+ if : steps.chocolate.outcome == 'success'
47+ run : exit 1
You can’t perform that action at this time.
0 commit comments