Skip to content

Commit

Permalink
Add Pytests to OpenShift-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jun 12, 2024
1 parent 3cea2d4 commit 84f9b1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/openshift-pytests.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
matrix:
version: [ "2.4" ]
os_test: [ "rhel7", "rhel8", "rhel9"]
test_case: [ "openshift-4" ]
test_case: [ "openshift-4", "openshift-pytest" ]
exclude:
- test_case: "openshift-pytest"
os_test: "rhel7"

steps:
- uses: sclorg/tfaga-wrapper@main
Expand Down

0 comments on commit 84f9b1e

Please sign in to comment.