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 8b9b804 commit 7c210ffCopy full SHA for 7c210ff
.github/workflows/python-publish.yml
@@ -22,6 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
image:
25
+ - 2024.3
26
- latest-cd
27
- latest-preview
28
engine:
@@ -49,7 +50,7 @@ jobs:
49
50
run: |
51
pip install tox
52
- name: Run Tests
- continue-on-error: true
53
+ continue-on-error: ${{ matrix.driver == 'intersystems' }}
54
55
docker exec iris iris session iris -U%SYS '##class(Security.Users).UnExpireUserPasswords("*")'
56
tox -e py312-${{ matrix.engine }}-${{ matrix.driver }} -- --dburi iris+${{ matrix.driver }}://_SYSTEM:SYS@localhost:1972/USER --junit-xml=test-results.xml
0 commit comments