Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack authored Dec 11, 2020
1 parent 81b108f commit 99b1553
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
id: changed_files_non_expected
with:
files: |
test/new.sql
test/new/.(sql|txt)
test/new.txt
test/new.sql
test/new/.(sql|txt)
- name: Verify Changes
if: steps.changed_files_non_expected.outputs.files_changed == 'true'
run: |
Expand Down

0 comments on commit 99b1553

Please sign in to comment.