Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
added endpoint.jpar to command line
  • Loading branch information
lroffia authored Sep 11, 2023
1 parent a34673f commit 6090c31
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ jobs:
mvn package
cd engine/target
mv endpoints/endpoint-blazegraph.jpar endpoint.jpar
cat endpoint.jpar
echo launching engine with this configuration
echo SPARQL ENDPOINT
cat endpoint.jpar
echo ENGINE PROPERTIES
cat engine.jpar
echo launching engine with this log4j2 configuration
echo LOG4J
cat log4j2.xml
java -Dlog4j.configurationFile=./log4j2.xml -jar engine-1.0.0-SNAPSHOT.jar -engine engine.jpar > log.txt &
java -Dlog4j.configurationFile=./log4j2.xml -jar engine-1.0.0-SNAPSHOT.jar -engine engine.jpar -endpoint endpoint.jpar > log.txt &
shell: bash
- name: wait for SEPA engine
uses: nev7n/wait_for_response@v1
Expand Down

0 comments on commit 6090c31

Please sign in to comment.