Skip to content

Commit

Permalink
#2242: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 12, 2023
1 parent d17d789 commit caa48c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ebnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
mkdir -p $CONVERT_PATH
wget --quiet http://public.yegor256.com/convert.zip -O /tmp/convert.zip
unzip -o -d $CONVERT_PATH /tmp/convert.zip
if: matrix.os == 'ubuntu-20.04'
- run: mvn clean test '-P!jacoco' -Dtest=XMIRTest -pl :eo-parser --errors --batch-mode
- run: |
cp eo-parser/src/test/resources/tex/ebnf.tex eo-parser/target/ebnf.tex
Expand Down
4 changes: 0 additions & 4 deletions eo-parser/src/test/java/org/eolang/parser/XMIRTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ final class XMIRTest {
* which later can be used by the {@see https://ctan.org/pkg/naive-ebnf}.</p>
*
* @since 0.30.0
* @todo #2240:30min Test fails on github actions CI. On ubuntu 22.04
* JARs of covert tool are downloaded from
* <a href="http://public.yegor256.com/convert.zip"/>. Test seems to work
* locally but it fails on github actions.
*/
@Test
void convertsAntlrToEbnf() throws Exception {
Expand Down

0 comments on commit caa48c2

Please sign in to comment.