We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b50ae1 commit 0d73d13Copy full SHA for 0d73d13
.github/workflows/push.yaml
@@ -245,6 +245,15 @@ jobs:
245
ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests
246
pwd
247
248
+ - name: test
249
+ shell: bash
250
+ run: |
251
+ pwd
252
+ ls -al
253
+ ls -al /home/runner/work/namespace-configuration-operator/namespace-configuration-operator
254
+ ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}
255
+ ls -al ./tmp/community-operators/community-operators/$(basename $GITHUB_REPOSITORY)/${VERSION}/manifests
256
+
257
- name: process bundle for disconnected support
258
uses: redhat-cop/github-actions/disconnected-csv@master
259
with:
0 commit comments