Skip to content

Commit

Permalink
dep test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsk4 authored Oct 26, 2022
1 parent c0360aa commit e7d8b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path: "DeFi-Data-Engine/DeFi Data Engine/target/defi-data-engine-0.0.1-jar-with-dependencies.jar"

- name: Deploy data engine
run: java -jar defi-data-engine-0.0.1-jar-with-dependencies.jar &
run: java -jar target/defi-data-engine-0.0.1-jar-with-dependencies.jar &

# buildRestAPI:
# runs-on: [ self-hosted ]
Expand Down

0 comments on commit e7d8b9f

Please sign in to comment.