fix(test/full-sync): ignore snapshot test file changes (#3756)

This commit is contained in:
teor 2022-03-07 11:22:46 +10:00 committed by GitHub
parent 26d6ef9aa0
commit 699c0625f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,12 +9,12 @@ on:
branches:
- main
paths:
# code and tests
# code and tests (including full sync acceptance test changes)
# TODO: ignore changes in test code that isn't used in the full sync test
- '**/*.rs'
# hard-coded checkpoints
# TODO: ignore changes to proptest seed .txt files
- '**/*.txt'
# test data snapshots
- '**/*.snap'
# dependencies
- '**/Cargo.toml'
- '**/Cargo.lock'