Skip to content

Commit c001f20

Browse files
committed
try fix tests in workflow
1 parent f3af631 commit c001f20

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
working-directory: schema-conversion-orchestrator/external_converters/node
3333
run: |
3434
echo '{"sourceFormat":"SHACL","targetFormat":"JsonSchema","schema":"test schema"}' > test.json
35-
node converter.js convert test.json
36-
node converter.js list
35+
node dist/index.js convert test.json
36+
node dist/index.js list
3737
3838
- name: Upload Node.js artifacts
3939
uses: actions/upload-artifact@v4
@@ -69,7 +69,7 @@ jobs:
6969
- name: Test Java converter
7070
working-directory: schema-conversion-orchestrator/external_converters/java
7171
run: |
72-
echo '{"sourceFormat":"XSD","targetFormat":"DTD","schema":"test schema"}' > test.json
72+
echo '{"sourceFormat":"Xsd","targetFormat":"Dtd","schema":"test schema"}' > test.json
7373
java -jar converter.jar convert test.json
7474
java -jar converter.jar list
7575

0 commit comments

Comments
 (0)