Skip to content

Commit

Permalink
feat: Moving test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 16, 2024
1 parent 8309791 commit a86e3db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run the Container
id: run
env:
INPUT_YAML_FILE_PATH: ./yq-test-action.yml
INPUT_YAML_FILE_PATH: .github/workflows-tests/yq-test-action.yml
run: |
docker run \
--workdir /github/workspace \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: action
uses: ./
with:
file-path: ./yq-test-action.yml
file-path: .github/workflows-tests/yq-test-action.yml
filtering-keys: |
test-action_comment-line
test-action_to-rename
Expand Down

0 comments on commit a86e3db

Please sign in to comment.