Skip to content

Commit e284e52

Browse files
Merge pull request #664 from getodk/circleci-image
Update image used for CircleCI
2 parents 1ef2c9c + b81fc33 commit e284e52

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
machine:
5-
image: ubuntu-2004:202201-02
5+
image: ubuntu-2004:current
66

77
steps:
88
- checkout
@@ -37,4 +37,9 @@ jobs:
3737
appropriate/curl -4 --insecure --retry 20 --retry-delay 2 --retry-connrefused https://localhost/v1/projects \
3838
| tee /dev/tty \
3939
| grep -q '\[\]'
40-
docker compose exec -T service npx pm2 list | grep -c "online" | grep -q 4 || exit 1
40+
- run:
41+
name: Verify pm2
42+
command: |
43+
docker compose exec -T service npx pm2 list \
44+
| tee /dev/tty \
45+
| grep -c "online" | grep -q 4

0 commit comments

Comments
 (0)