Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
pme123 committed Dec 17, 2024
2 parents 0602360 + d3e0a61 commit 7d510c2
Show file tree
Hide file tree
Showing 173 changed files with 5,093 additions and 1,387 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
jvm: zulu:21
- name: Compile
run: sbt compile
- name: Documentation
run: sbt documentation/laikaSite
- name: Test
run: sbt -v "test:compile; domain/test; bpmn/test;"
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
if: success() # run this step even if previous step failed
with:
name: Test Report # Name of the check run which will be created
path: "**/test-reports/*.xml" # Path to test results.
Expand Down
2 changes: 1 addition & 1 deletion 00-documentation/README.md → 00-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This generates HTML to _/docs_ (standard in Github)

### Development
`sbt>~documentation/laikaPreview`
`sbt>~docs/laikaPreview`

### Releasing
Should be taken care by the normal release process.
Loading

0 comments on commit 7d510c2

Please sign in to comment.