Skip to content

Commit

Permalink
fix(tests): fix logic test copy
Browse files Browse the repository at this point in the history
  • Loading branch information
massimoschembri committed Jan 3, 2024
1 parent f6e850a commit 85c7fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-local-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 85c7fdf

Please sign in to comment.