Skip to content

Commit

Permalink
Ace-entities GitAction first fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Finevman committed Jul 11, 2023
1 parent 427c7f9 commit 1111beb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,10 @@ jobs:
distribution: 'zulu'
cache: 'maven'

- name: Preliminary checks
run: |
./scripts/config.sh
- name: Preliminary checks (empty)

- name: Package ACE entities
run: |
./scripts/build-ace-entities.sh --with-mysql
./scripts/code-coverage.sh
- name: Package privacydashboard
run: mvn clean package -Pproduction

- name: Coverage Report
run: mvn jacoco:report
Expand Down

0 comments on commit 1111beb

Please sign in to comment.