Skip to content

Commit 8d53455

Browse files
committed
[GITHUB]- labeler test
Signed-off-by: ashish <ashishpatel0720@gmail.com>
1 parent 6675ae4 commit 8d53455

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ documentation: README.md
55
test:
66
- test/**/*
77

8+
89
github-actions:
910
- .github/**/*

test/commands/avro.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ describe('avro', () => {
4141
// expect(ctx.stdout).to.contain('no such file or directory, open \'test/resources/avro/file_not_exists.avro\'')
4242
// })
4343

44+
4445
test
4546
.stdout()
4647
.command(['avro', '-f', 'test/resources/avro/person.json', '-o', 'test/resources/avro/output/person.avro', 'to_avro'])

0 commit comments

Comments
 (0)