From 85c7fdf45ea18d598e96694534b2b6ffeab047e9 Mon Sep 17 00:00:00 2001 From: Massimo Schembri Date: Wed, 3 Jan 2024 18:05:50 +0100 Subject: [PATCH] fix(tests): fix logic test copy --- .github/workflows/test-local-action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-local-action.yaml b/.github/workflows/test-local-action.yaml index 5bd94fb..35100d6 100644 --- a/.github/workflows/test-local-action.yaml +++ b/.github/workflows/test-local-action.yaml @@ -76,11 +76,11 @@ jobs: local_patch_dir: tests/sysdiglabs/kube-psp-advisor upstream_ref: master upstream_copy: | - generator tests/kube-psp-advisor + generator tests/ - name: Assert that files are copied id: test-copy run: |- - [[ -f tests/kube-psp-advisor/generator.go ]] && [[ -f tests/kube-psp-advisor/generator_test.go ]] + [[ -f tests/generator.go ]] && [[ -f tests/generator_test.go ]] shell: bash print_results: