Skip to content

Commit

Permalink
#906 test action flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmartin committed Mar 26, 2021
1 parent 810f95c commit 0a0028e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
run : |
cd ./webapp
ls
pwd
# Checkout current branch that activated the git actions workflow, if fails checkout development
git checkout ${{ steps.git_branch.outputs.branch }} || git checkout development
git clone https://github.com/openworm/geppetto-client.git
Expand All @@ -77,5 +78,9 @@ jobs:
- name : Build org.geppetto.frontend
run : |
ls
pwd
cd webapp
ls
pwd
mvn -e clean install
cd ..

0 comments on commit 0a0028e

Please sign in to comment.