Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ jobs:
if: env.SHOULD_RUN == 'true'
with:
jvm: "temurin:17"
- uses: actions/setup-node@v6
with:
node-version: 24
- name: JVM integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i integration.test.jvmBootstrapped
Expand Down Expand Up @@ -196,6 +199,9 @@ jobs:
if: env.SHOULD_RUN == 'true'
with:
jvm: "temurin:17"
- uses: actions/setup-node@v6
with:
node-version: 24
- name: JVM integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i integration.test.jvm
Expand Down Expand Up @@ -234,6 +240,9 @@ jobs:
if: env.SHOULD_RUN == 'true'
with:
jvm: "temurin:17"
- uses: actions/setup-node@v6
with:
node-version: 24
- name: JVM integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i integration.test.jvm
Expand Down Expand Up @@ -272,6 +281,9 @@ jobs:
if: env.SHOULD_RUN == 'true'
with:
jvm: "temurin:17"
- uses: actions/setup-node@v6
with:
node-version: 24
- name: JVM integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i integration.test.jvm
Expand Down Expand Up @@ -310,6 +322,9 @@ jobs:
if: env.SHOULD_RUN == 'true'
with:
jvm: "temurin:17"
- uses: actions/setup-node@v6
with:
node-version: 24
- name: JVM integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i integration.test.jvm
Expand Down Expand Up @@ -348,6 +363,9 @@ jobs:
if: env.SHOULD_RUN == 'true'
with:
jvm: "temurin:17"
- uses: actions/setup-node@v6
with:
node-version: 24
- name: JVM integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i integration.test.jvm
Expand Down Expand Up @@ -436,6 +454,9 @@ jobs:
with:
name: linux-launchers
path: artifacts/
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Native integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i nativeIntegrationTests
Expand Down Expand Up @@ -482,6 +503,9 @@ jobs:
with:
name: linux-launchers
path: artifacts/
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Native integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i nativeIntegrationTests
Expand Down Expand Up @@ -528,6 +552,9 @@ jobs:
with:
name: linux-launchers
path: artifacts/
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Native integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i nativeIntegrationTests
Expand Down Expand Up @@ -574,6 +601,9 @@ jobs:
with:
name: linux-launchers
path: artifacts/
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Native integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i nativeIntegrationTests
Expand Down Expand Up @@ -620,6 +650,9 @@ jobs:
with:
name: linux-launchers
path: artifacts/
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Native integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i nativeIntegrationTests
Expand Down Expand Up @@ -713,6 +746,9 @@ jobs:
with:
name: linux-aarch64-launchers
path: artifacts/
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Native integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i nativeIntegrationTests
Expand Down Expand Up @@ -759,6 +795,9 @@ jobs:
with:
name: linux-aarch64-launchers
path: artifacts/
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Native integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i nativeIntegrationTests
Expand Down Expand Up @@ -1417,6 +1456,9 @@ jobs:
- name: Build slim docker image
if: env.SHOULD_RUN == 'true'
run: .github/scripts/generate-slim-docker-image.sh
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Native integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i integration.test.nativeMostlyStatic
Expand Down Expand Up @@ -1475,6 +1517,9 @@ jobs:
with:
name: mostly-static-launchers
path: artifacts/
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Native integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i integration.test.nativeMostlyStatic
Expand Down Expand Up @@ -1563,6 +1608,9 @@ jobs:
- name: Build docker image
if: env.SHOULD_RUN == 'true'
run: .github/scripts/generate-docker-image.sh
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Native integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i integration.test.nativeStatic
Expand Down Expand Up @@ -1624,6 +1672,9 @@ jobs:
- name: Build docker image
if: env.SHOULD_RUN == 'true'
run: .github/scripts/generate-docker-image.sh
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Native integration tests
if: env.SHOULD_RUN == 'true'
run: ./mill -i integration.test.nativeStatic
Expand Down
Loading
Loading