Skip to content

Commit

Permalink
chore: remove test execution
Browse files Browse the repository at this point in the history
The tests dependencies are no longer included in wheel and we
might eventually remove even the tests there.
  • Loading branch information
nijel committed Nov 5, 2024
1 parent 50cf94d commit 9716f85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
run: ./test-saml
- name: Run commands
run: ./test-commands
- name: Run tests
run: ./test-tests
- name: Display logs
run: ./test-logs
if: always()
Expand Down Expand Up @@ -73,8 +71,6 @@ jobs:
run: ./test-saml
- name: Run commands
run: ./test-commands
- name: Run tests
run: ./test-tests
- name: Display logs
run: ./test-logs
if: always()
Expand Down
9 changes: 0 additions & 9 deletions test-tests

This file was deleted.

0 comments on commit 9716f85

Please sign in to comment.