Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Oct 7, 2024
1 parent f588f06 commit 01d3af0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
run: |
cd wiki_configs;
wget https://github.com/KnowledgeCaptureAndDiscovery/enigma_index_creator/releases/download/0.5/DictionaryIndexCreator-1.0-jar-with-dependencies.jar
for f in *.csv; do; java -jar DictionaryIndexCreator-1.0-jar-with-dependencies.jar $f; done;
for f in *.csv; do
java -jar DictionaryIndexCreator-1.0-jar-with-dependencies.jar $f
done
git status;
#env:
Expand Down

0 comments on commit 01d3af0

Please sign in to comment.