Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
northonmeira authored Jun 16, 2024
1 parent 4642640 commit b600c9b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ on:
- main
- master
- develop
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Login to dockerHub
uses: docker/[email protected]
with:
Expand All @@ -40,7 +38,7 @@ jobs:

- name: Build app jar
working-directory: ./
run: mvn clean package
run: mvn clean package -DskipTests

- name: Build docker compose build
working-directory: ./dockercompose
Expand Down

0 comments on commit b600c9b

Please sign in to comment.