Skip to content

Commit 7c210ff

Browse files
committed
do not ignore errors
1 parent 8b9b804 commit 7c210ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
image:
25+
- 2024.3
2526
- latest-cd
2627
- latest-preview
2728
engine:
@@ -49,7 +50,7 @@ jobs:
4950
run: |
5051
pip install tox
5152
- name: Run Tests
52-
continue-on-error: true
53+
continue-on-error: ${{ matrix.driver == 'intersystems' }}
5354
run: |
5455
docker exec iris iris session iris -U%SYS '##class(Security.Users).UnExpireUserPasswords("*")'
5556
tox -e py312-${{ matrix.engine }}-${{ matrix.driver }} -- --dburi iris+${{ matrix.driver }}://_SYSTEM:SYS@localhost:1972/USER --junit-xml=test-results.xml

0 commit comments

Comments
 (0)