Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
engine-0-SNAPSHOT => engine-1.0.0-SNAPSHOT
  • Loading branch information
lroffia authored Sep 11, 2023
1 parent a69e270 commit a34673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cat engine.jpar
echo launching engine with this log4j2 configuration
cat log4j2.xml
java -Dlog4j.configurationFile=./log4j2.xml -jar engine-0-SNAPSHOT.jar -engine engine.jpar > log.txt &
java -Dlog4j.configurationFile=./log4j2.xml -jar engine-1.0.0-SNAPSHOT.jar -engine engine.jpar > log.txt &
shell: bash
- name: wait for SEPA engine
uses: nev7n/wait_for_response@v1
Expand Down

0 comments on commit a34673f

Please sign in to comment.