Skip to content

Commit e606fd4

Browse files
committed
chore(ci): experimental orb changes node 15
1 parent a0a8b06 commit e606fd4

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.circleci/config.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ workflows:
2727
build:
2828
jobs:
2929
- cypress/run:
30-
executor: cypress/base-12
30+
executor: cypress/base-14
3131
context: FusionDB_images
3232
yarn: true
3333
post-checkout:
@@ -36,22 +36,23 @@ workflows:
3636
apt-get --yes install libx11-dev libxkbfile-dev
3737
wget https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce-cli_20.10.6~3-0~ubuntu-bionic_amd64.deb
3838
dpkg -i *.deb
39-
start: cd browser-app && yarn start
40-
post-install:
4139
- setup_remote_docker:
4240
version: 20.10.2
43-
docker_layer_caching: false
41+
docker_layer_caching: false
42+
start: cd browser-app && yarn start
43+
post-install:
4444
- run: |
4545
wget https://github.com/evolvedbinary/fusion-studio-api/releases/download/1.2.0/fusion-studio-api-1.2.0.xar
4646
docker create -v /exist/autodeploy --name pkg alpine:3.4 /bin/true
4747
docker cp *.xar pkg:/exist/autodeploy
48-
docker run -dit -p 8080:8080 --rm --volumes-from pkg existdb/existdb:latest
48+
docker run -dit -p 8080:8080 --name exist-ci --rm --volumes-from pkg existdb/existdb:latest
49+
- run: curl http://localhost:8080
4950
# TODO(DP):
5051
# - see #379 use e.g. -e API_PORT=8080, or context/executor declaration to set working (!) env variables
5152
# - s.a. to sidestep auth bug: docker login repo.evolvedbinary.com:9543 -u FDB_NIGHTLY_DOCKER_USER -p FDB_NIGHTLY_DOCKER_PASS
52-
command: npx cypress run -e API_PORT=8080
53+
command: npx cypress run
5354
no-workspace: true
54-
# record: true
55-
# store_artifacts: true
56-
# tags: 'eXist-db,latest'
55+
record: true
56+
store_artifacts: true
57+
tags: 'eXist-db,latest'
5758

0 commit comments

Comments
 (0)