File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,20 @@ jobs:
22
22
fail-fast : false
23
23
matrix :
24
24
image :
25
- - intersystemsdc/ iris-community:latest
26
- - intersystemsdc/ iris-community:preview
25
+ - containers.intersystems.com/intersystems/ iris-community:latest-cd
26
+ - containers.intersystems.com/intersystems/ iris-community:latest- preview
27
27
engine :
28
28
- old
29
29
- new
30
30
runs-on : ubuntu-latest
31
+ services :
32
+ iris :
33
+ image : ${{ matrix.image }}
34
+ ports :
35
+ - 1972:1972
36
+ options : >-
37
+ --name iris
38
+ --health-cmd "/usr/irissys/dev/Cloud/ICM/waitReady.sh -m 1"
31
39
steps :
32
40
- uses : actions/checkout@v4
33
41
- name : Set up Python
39
47
pip install tox
40
48
- name : Run Tests
41
49
run : |
42
- tox -e py311${{ matrix.engine }} -- --container ${{ matrix.image }}
50
+ docker exec iris iris session iris -U%SYS '##class(Security.Users).UnExpireUserPasswords("*")'
51
+ tox -e py311${{ matrix.engine }} -- --dburi iris://_SYSTEM:SYS@localhost:1972/USER
43
52
deploy :
44
53
needs : test
45
54
if : github.event_name != 'pull_request'
You can’t perform that action at this time.
0 commit comments