Skip to content

Commit

Permalink
feature/ccls-1974_proceedings_and_costs
Browse files Browse the repository at this point in the history
* CCLS-1976
* CCLS-1977
* CCLS-1978
* CCLS-1979
* CCLS-1980
* CCLS-1981
* CCLS-1982
* CCLS-1983
* CCLS-1984
* CCLS-1985
* CCLS-1986
* CCLS-1987
* CCLS-1988
* CCLS-1989
  • Loading branch information
PhilDigitalJustice committed Jan 17, 2024
1 parent d0d1c24 commit e50cb01
Show file tree
Hide file tree
Showing 47 changed files with 3,307 additions and 753 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Integration Test
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: integrationTest
arguments: integrationTest -D ci=true

- name: Capture version
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Integration Test
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: integrationTest
arguments: integrationTest -D ci=true

- name: Set to github user
run: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/push-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
- name: Integration Test
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: integrationTest
arguments: integrationTest -D ci=true
env:
SPRING_PROFILES_ACTIVE: ci


- name: Update snapshot version
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
Expand Down
Loading

0 comments on commit e50cb01

Please sign in to comment.