diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03d93c8..252e765 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,5 +29,6 @@ jobs: # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - echo Add other actions to build, - echo test, and deploy your project. + cd server + mvn package + cd target