Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jan 19, 2024
1 parent 70368a5 commit 1470581
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -65,11 +65,10 @@ jobs:
id: changed_files_expected
with:
separator: '\n'
path: test
files: |
test/*.txt
test/*.sql
test/**/*.txt
test/**/*.sql
*.{txt,sql}
**/*.{txt,sql}
- name: Display changed files
if: steps.changed_files_expected.outputs.files_changed == 'true'
run: |
Expand Down

0 comments on commit 1470581

Please sign in to comment.