Skip to content

Commit

Permalink
#2464 show full log
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 11, 2023
1 parent 27aafe3 commit 16f0224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ebnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: sudo sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xml
- run: |
mvn com.yegor256:antlr2ebnf-maven-plugin:0.0.3:generate \
-pl :eo-parser --errors --batch-mode --quiet \
-pl :eo-parser --debug --errors --batch-mode --quiet \
"-Dantlr2ebnf.convertDir=$CONVERT_PATH"
- run: |
cp eo-parser/target/ebnf/org/eolang/parser/Program.pdf .
Expand Down

0 comments on commit 16f0224

Please sign in to comment.