Skip to content

Commit

Permalink
use new exclude file
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Dec 29, 2023
1 parent 6c5a67c commit 703ebf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/config/exclude-alt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__tests__/fixtures/
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: json-yaml-validate-glob-test
with:
comment: "true"
exclude_file: .github/config/exclude.txt
exclude_file: .github/config/exclude-alt.txt
files: |
__tests__/**/test1.yml
__tests__/**/test*.json

0 comments on commit 703ebf8

Please sign in to comment.