Skip to content

Commit 3eb77f3

Browse files
committed
[releng] Update dockerfile
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent 5ae0548 commit 3eb77f3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

backend/application/syson-application/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM eclipse-temurin:17-jre-alpine
2-
RUN apk add --update-cache --no-cache nodejs npm && rm -rf /var/cache/apk/*
1+
FROM eclipse-temurin:17-jre-alpine-3.20
2+
RUN apk add --update-cache --no-cache nodejs=20.15.1-r0 npm=10.9.1-r0 && rm -rf /var/cache/apk/*
33
RUN adduser --disabled-password syson
44
COPY target/syson-application*[^sources].jar /syson-application.jar
55
EXPOSE 8080

integration-tests/cypress/e2e/project/explorer/insertTextualSysMLv2Tests.cy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ describe('Insert Textual SysMLv2 Menu Tests', () => {
3434

3535
afterEach(() => cy.deleteProject(projectId));
3636

37-
// locally ok but fails on the github CI
38-
context.skip('When we select a Package in the explorer', () => {
37+
context('When we select a Package in the explorer', () => {
3938
it("Then we can perform the 'New objects from text' menu entry", () => {
4039
const explorer = new Explorer();
4140
explorer.insertTextualSysMLv2(sysmlv2.getRootElementLabel(), 'attribute myAttribute');

0 commit comments

Comments
 (0)