Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lroffia authored Dec 6, 2024
1 parent 9b52e89 commit 3397cec
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,16 @@ jobs:
run: |
mvn package
cd engine/target
mv endpoints/endpoint-blazegraph.jpar endpoint.jpar
echo launching engine with this configuration
echo SPARQL ENDPOINT
cat endpoint.jpar
echo ENGINE PROPERTIES
cat engine.jpar
echo LOG4J
cat log4j2-debug.xml
java -Dlog4j.configurationFile=./log4j2-debug.xml -jar engine-v0.15.0.jar -engine engine.jpar -endpoint endpoint.jpar > log.txt &
java -Dlog4j.configurationFile=./log4j2-debug.xml -jar engine-1.0.0-SNAPSHOT.jar > log.txt &
# mv endpoints/endpoint-blazegraph.jpar endpoint.jpar
#echo launching engine with this configuration
# echo SPARQL ENDPOINT
# cat endpoint.jpar
# echo ENGINE PROPERTIES
# cat engine.jpar
# cat log4j2-debug.xml
# echo LOG4J
# java -Dlog4j.configurationFile=./log4j2-debug.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 3397cec

Please sign in to comment.