Skip to content

Commit

Permalink
added a space for test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunagatov committed Oct 20, 2023
1 parent 6ee9525 commit 3bd33a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-cd-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
distribution: 'temurin'
cache: 'maven'

- name: Run unit tests
run: mvn test -Pdev --file pom.xml

- name: Build with Maven
run: mvn -B package -Pdev --file pom.xml

- name: Run unit tests
run: mvn test

0 comments on commit 3bd33a8

Please sign in to comment.