Skip to content

Commit a82b6a1

Browse files
committed
let tests fail in CI if a snapshot doesn't exist
1 parent 91e138a commit a82b6a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
USER_UID: 1001
1111
USER_GID: 1001
1212
TZ: Europe/Berlin
13+
# This will be picked up by ava so that the tests fail if a snapshot doesn't exist during CI, see https://github.com/avajs/ava/issues/1585
14+
CI: 1
1315
steps:
1416
- checkout
1517
- run:

0 commit comments

Comments
 (0)