Skip to content

Commit

Permalink
remove test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jan 5, 2025
1 parent 8fccab9 commit 99270e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/get_test_infos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
- id: get-test-infos
uses: ./.github/actions/get_test_infos
with:
directories: './tests ./examples'
directories: './examples'
exclude-dirs: 'tests/exclude_this_directory examples/exclude_this exclude_all_with_this_dir_in_path'

- run: echo "${{ steps.get-test-infos.outputs.test-infos }}"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ jobs:
with:
directories: |
./examples
./tests
exclude-dirs: ${{ needs.get-exclude-dirs.outputs.exclude-dirs }}

update-test-files-for-release-commit:
Expand Down

0 comments on commit 99270e2

Please sign in to comment.