Skip to content

Commit 3e27ea5

Browse files
Joonas HiltunenJontzii
authored andcommitted
Use setup e2e environment v10
1 parent 5378711 commit 3e27ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-jooq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Start e2e env
18-
uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v9
18+
uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v10
1919
with:
2020
custom_docker_compose: ./docker/docker-compose.custom.yml
2121
start_jore3_importer: "true"

.github/workflows/java-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Start e2e env
17-
uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v9
17+
uses: HSLdevcom/jore4-tools/github-actions/setup-e2e-environment@setup-e2e-environment-v10
1818
with:
1919
custom_docker_compose: ./docker/docker-compose.custom.yml
2020
start_jore3_importer: "true"

0 commit comments

Comments
 (0)