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 e27441b commit b4c8ef8Copy full SHA for b4c8ef8
1 file changed
.github/workflows/validate-with-registry.yaml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Check that containers components are non terminating
87
run: |
88
- go build -C ${{ env.REGISTRY_PATH }}/tests/check_non_terminating -o flatten-parent
+ go build -C tests/check_non_terminating -o flatten-parent
89
bash ${{ env.REGISTRY_PATH }}/tests/check_non_terminating.sh --stacksPath $(pwd) --stackDirs current-repo
90
91
odov3:
0 commit comments