Skip to content

Commit

Permalink
Merge pull request #2426 from demergent-labs/fix_release
Browse files Browse the repository at this point in the history
remove test dir
  • Loading branch information
lastmjs authored Jan 5, 2025
2 parents 8fccab9 + 99270e2 commit 8f951fa
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 8f951fa

Please sign in to comment.