Skip to content

Commit 7c6b3aa

Browse files
author
bweigel
committed
revert previous
1 parent cf63c4e commit 7c6b3aa

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

tests/base/includes.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/base/serverless.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ package:
3232
individually: ${opt:individually, self:custom.defaults.individually}
3333
exclude:
3434
- '**/*'
35-
include: $file(./includes.yml):${opt:include, 'default'}
35+
include:
36+
- 'handler.py'
3637

3738
functions:
3839
hello:

0 commit comments

Comments
 (0)