Skip to content

Commit d2ebabf

Browse files
Merge pull request #2 from dschwartznyc/develop
update build and test develop
2 parents e72837c + cee6884 commit d2ebabf

File tree

6 files changed

+1
-12
lines changed

6 files changed

+1
-12
lines changed

.github/workflows/build-and-test-core.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Clean up stale submodule config
12-
run: git config --file .git/config --remove-section submodule.build/common-domain-model || true
1311
- name: Set up JDK 21
1412
uses: actions/setup-java@v4
1513
with:

.github/workflows/build-and-test-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test JAR
1+
name: Build and Test JAR on Develop Branch
22

33
on:
44
push:

.github/workflows/cve-scanning.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20-
- name: Clean up stale submodule config
21-
run: git config --file .git/config --remove-section submodule.build/common-domain-model || true
2220
- name: Setup JDK 21
2321
uses: actions/setup-java@v4
2422
with:

.github/workflows/license-scanning-maven.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- uses: actions/checkout@v4
55-
- name: Clean up stale submodule config
56-
run: git config --file .git/config --remove-section submodule.build/common-domain-model || true
5755
- name: Set up JDK 21
5856
uses: actions/setup-java@v4
5957
with:

.github/workflows/release-core.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
17-
- name: Clean up stale submodule config
18-
run: git config --file .git/config --remove-section submodule.build/common-domain-model || true
1917

2018
- name: Set up JDK
2119
uses: actions/setup-java@v4

.github/workflows/release-on-dsl-version-change.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
with:
2020
fetch-depth: 0 # Fetch all tags
2121

22-
- name: Clean up stale submodule config
23-
run: git config --file .git/config --remove-section submodule.build/common-domain-model || true
24-
2522
- name: Set up JDK
2623
uses: actions/setup-java@v4
2724
with:

0 commit comments

Comments
 (0)