Skip to content

Commit cffa72c

Browse files
chore: run java test on ubuntu (#2167)
1 parent 6e702d8 commit cffa72c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_examples_java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
java-version: [8, 11, 17, 19, 21]
32-
os: [macos-14, windows-latest]
32+
os: [macos-14, windows-latest, ubuntu-22.04]
3333
runs-on: ${{ matrix.os }}
3434
permissions:
3535
id-token: write
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Rust files have long names, so we need to enable long paths
4646
- name: Enable long paths
47-
run: git config --system core.longpaths true
47+
run: git config --global core.longpaths true
4848

4949
- uses: actions/checkout@v6
5050
with:

.github/workflows/ci_test_java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
library: [DynamoDbEncryption]
3232
java-version: [8, 11, 17, 19, 21]
33-
os: [macos-14, windows-latest]
33+
os: [macos-14, windows-latest, ubuntu-22.04]
3434
runs-on: ${{ matrix.os }}
3535
permissions:
3636
id-token: write
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Rust files have long names, so we need to enable long paths
4747
- name: Enable long paths
48-
run: git config --system core.longpaths true
48+
run: git config --global core.longpaths true
4949

5050
- uses: actions/checkout@v6
5151
with:

0 commit comments

Comments
 (0)