We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa135b9 commit f1bd5aaCopy full SHA for f1bd5aa
.github/workflows/ci.yml
@@ -36,17 +36,3 @@ jobs:
36
-
37
name: Run Unit tests (cannot run openshift tests due to requiring Github runner with ubuntu 20.04)
38
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