We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceec1e4 commit bfefb89Copy full SHA for bfefb89
.github/workflows/tests.yml
@@ -6,6 +6,21 @@ on:
6
jobs:
7
iris:
8
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"
24
steps:
25
- uses: actions/checkout@v4
26
- uses: actions/setup-node@v4
@@ -15,5 +30,3 @@ jobs:
30
- run: npm ci
31
- run: npm run build
32
- run: npm run test
- env:
- IRIS_IMAGE: "containers.intersystems.com/intersystems/iris-community:latest-preview"
0 commit comments