Skip to content

Commit f1bd5aa

Browse files
committed
remove e2e tests no longer used
1 parent fa135b9 commit f1bd5aa

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,3 @@ jobs:
3636
-
3737
name: Run Unit tests (cannot run openshift tests due to requiring Github runner with ubuntu 20.04)
3838
run: make test-unit
39-
40-
# -
41-
# name: Setup OpenShift
42-
# uses: manusa/actions-setup-openshift@v1.1.4
43-
# timeout-minutes: 15
44-
# with:
45-
# oc version: 'v3.11.0'
46-
# enable: 'centos-imagestreams,persistent-volumes,registry,router'
47-
# github token: ${{ secrets.GITHUB_TOKEN }}
48-
# -
49-
# name: Run tests
50-
# run: |
51-
# sudo chown -R runner:docker openshift.local.clusterup/
52-
# make test

0 commit comments

Comments
 (0)