Skip to content

Commit 94f93f9

Browse files
author
Lucas Yoon
committed
test ci 4
1 parent 525ebcd commit 94f93f9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/validate-with-registry.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,11 @@ jobs:
8585

8686
- name: Check that containers components are non terminating
8787
run: |
88-
cd ${{ env.REGISTRY_PATH }} && go build -C tests/check_non_terminating -o flatten-parent
89-
bash ${{ env.REGISTRY_PATH }}/tests/check_non_terminating.sh --stacksPath ${{ github.workspace }} --stackDirs current-repo
88+
go build -C ${{ env.REGISTRY_PATH }}/tests/check_non_terminating -o flatten-parent
89+
(cd ${{ env.REGISTRY_PATH }} && bash ${{ env.REGISTRY_PATH }}/tests/check_non_terminating.sh --stacksPath $(pwd) --stackDirs current-repo)
90+
91+
# cd ${{ env.REGISTRY_PATH }} && go build -C tests/check_non_terminating -o flatten-parent
92+
# bash ${{ env.REGISTRY_PATH }}/tests/check_non_terminating.sh --stacksPath ${{ github.workspace }} --stackDirs current-repo
9093
9194
odov3:
9295
name: with odo v3

0 commit comments

Comments
 (0)