Skip to content

Commit 16c70fd

Browse files
authored
Update docker and CI config (#18)
* Update docker and CI config * Changelog
1 parent 5284085 commit 16c70fd

File tree

7 files changed

+7
-22
lines changed

7 files changed

+7
-22
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
yarn
2424
2525
- name: "Cypress: Acceptance tests"
26-
uses: cypress-io/github-action@v4
26+
uses: cypress-io/github-action@v6
2727
env:
2828
BABEL_ENV: production
2929
CYPRESS_RETRIES: 2

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
env:
9-
node-version: 16.x
9+
node-version: 18.x
1010

1111
jobs:
1212
build:

.github/workflows/code.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [16.x]
9-
python-version: [3.8]
8+
node-version: [18.x]
109

1110
steps:
1211
- name: Main checkout

.github/workflows/unit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [16.x]
9-
python-version: [3.8]
8+
node-version: [18.x]
109

1110
steps:
1211
- name: Main checkout

acceptance/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,7 @@ services:
2121
- prod
2222

2323
backend-acceptance:
24-
image: plone/plone-backend:${PLONE_VERSION:-6}
25-
command: ./bin/robot-server plone.app.robotframework.testing.VOLTO_ROBOT_TESTING
26-
environment:
27-
ZSERVER_HOST: 0.0.0.0
28-
ZSERVER_PORT: 55001
29-
ADDONS: 'plone.app.robotframework==2.0.0'
30-
APPLY_PROFILES: plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default-homepage
31-
CONFIGURE_PACKAGES: plone.app.contenttypes,plone.restapi,plone.volto,plone.volto.cors
24+
image: plone/server-acceptance:${PLONE_VERSION:-6}
3225
ports:
3326
- 55001:55001
3427
profiles:

acceptance/docker-compose.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,7 @@ services:
4242
- prod
4343

4444
backend-acceptance:
45-
image: plone/plone-backend:${PLONE_VERSION:-6}
46-
command: ./bin/robot-server plone.app.robotframework.testing.VOLTO_ROBOT_TESTING
47-
environment:
48-
ZSERVER_HOST: 0.0.0.0
49-
ZSERVER_PORT: 55001
50-
ADDONS: 'plone.app.robotframework==2.0.0'
51-
APPLY_PROFILES: plone.app.contenttypes:plone-content,plone.restapi:default,plone.volto:default-homepage
52-
CONFIGURE_PACKAGES: plone.app.contenttypes,plone.restapi,plone.volto,plone.volto.cors
45+
image: plone/server-acceptance:${PLONE_VERSION:-6}
5346
ports:
5447
- 55001:55001
5548
profiles:

news/18.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update docker and CI config @sneridagh

0 commit comments

Comments
 (0)