Skip to content

Commit 9716f85

Browse files
committed
chore: remove test execution
The tests dependencies are no longer included in wheel and we might eventually remove even the tests there.
1 parent 50cf94d commit 9716f85

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/dockerimage.yml

-4
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
run: ./test-saml
3535
- name: Run commands
3636
run: ./test-commands
37-
- name: Run tests
38-
run: ./test-tests
3937
- name: Display logs
4038
run: ./test-logs
4139
if: always()
@@ -73,8 +71,6 @@ jobs:
7371
run: ./test-saml
7472
- name: Run commands
7573
run: ./test-commands
76-
- name: Run tests
77-
run: ./test-tests
7874
- name: Display logs
7975
run: ./test-logs
8076
if: always()

test-tests

-9
This file was deleted.

0 commit comments

Comments
 (0)