Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahn-dxc committed Mar 8, 2023
1 parent 68371bc commit 2cd249c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/array-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ runs:
do
echo "==============="
path="${dir}/${arr}"
echo "${path}"
if [ ! -d "${path}" ]; then
continue
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/array-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: ./.github/actions/array-test
with:
array: |
docker minify-test
docker:minify-test
helm
static

0 comments on commit 2cd249c

Please sign in to comment.