Skip to content

Commit bfefb89

Browse files
committed
iris as a service in tests
1 parent ceec1e4 commit bfefb89

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/tests.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ on:
66
jobs:
77
iris:
88
runs-on: ubuntu-latest
9+
strategy:
10+
fail-fast: false
11+
matrix:
12+
image:
13+
- 2024.3
14+
- latest-em
15+
- latest-preview
16+
services:
17+
iris:
18+
image: containers.intersystems.com/intersystems/iris-community:${{ matrix.image }}
19+
ports:
20+
- 1972:1972
21+
options: >-
22+
--name iris
23+
--health-cmd "/usr/irissys/dev/Cloud/ICM/waitReady.sh -m 1"
924
steps:
1025
- uses: actions/checkout@v4
1126
- uses: actions/setup-node@v4
@@ -15,5 +30,3 @@ jobs:
1530
- run: npm ci
1631
- run: npm run build
1732
- run: npm run test
18-
env:
19-
IRIS_IMAGE: "containers.intersystems.com/intersystems/iris-community:latest-preview"

0 commit comments

Comments
 (0)